Class SubscriptionLoggerUtil
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.client.spring.impl.util.LoggerUtil
-
- org.camunda.bpm.client.spring.impl.subscription.util.SubscriptionLoggerUtil
-
public class SubscriptionLoggerUtil extends LoggerUtil
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.spring.impl.util.LoggerUtil
CLIENT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SUBSCRIPTION_LOGGER
-
-
Constructor Summary
Constructors Constructor Description SubscriptionLoggerUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beanRegistered(String subscriptionBeanName, String handlerBeanName)
void
closed(String topicName)
void
found(ExternalTaskSubscription annotation, org.springframework.beans.factory.config.BeanDefinition beanDefinition)
void
handlerBeansFound(Class<ExternalTaskHandler> externalTaskHandlerClass, String[] beanNamesForType)
void
initialized(String topicName)
void
notFound(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
NotInitializedException
notInitializedException(String topicName)
NotOpenedException
notOpenedException(String topicName)
void
opened(String topicName)
-
-
-
Method Detail
-
handlerBeansFound
public void handlerBeansFound(Class<ExternalTaskHandler> externalTaskHandlerClass, String[] beanNamesForType)
-
notFound
public void notFound(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
-
found
public void found(ExternalTaskSubscription annotation, org.springframework.beans.factory.config.BeanDefinition beanDefinition)
-
initialized
public void initialized(String topicName)
-
opened
public void opened(String topicName)
-
closed
public void closed(String topicName)
-
notInitializedException
public NotInitializedException notInitializedException(String topicName)
-
notOpenedException
public NotOpenedException notOpenedException(String topicName)
-
-