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
  • Constructor Details

    • SubscriptionLoggerUtil

      public SubscriptionLoggerUtil()
  • Method Details

    • handlerBeansFound

      public void handlerBeansFound(Class<ExternalTaskHandler> externalTaskHandlerClass, String[] beanNamesForType)
    • beanRegistered

      public void beanRegistered(String subscriptionBeanName, String handlerBeanName)
    • 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)