Class TopicSubscriptionManagerLogger

    • Constructor Detail

      • TopicSubscriptionManagerLogger

        public TopicSubscriptionManagerLogger()
    • Method Detail

      • exceptionWhilePerformingFetchAndLock

        protected void exceptionWhilePerformingFetchAndLock​(EngineClientException e)
      • exceptionWhileExecutingExternalTaskHandler

        public void exceptionWhileExecutingExternalTaskHandler​(java.lang.String topicName,
                                                               java.lang.Throwable e)
      • exceptionWhileShuttingDown

        protected void exceptionWhileShuttingDown​(java.lang.InterruptedException e)
      • exceptionOnExternalTaskServiceMethodInvocation

        protected void exceptionOnExternalTaskServiceMethodInvocation​(java.lang.String topicName,
                                                                      ExternalTaskClientException e)
      • exceptionWhileExecutingBackoffStrategyMethod

        protected void exceptionWhileExecutingBackoffStrategyMethod​(java.lang.Throwable e)
      • exceptionWhileAcquiringTasks

        protected void exceptionWhileAcquiringTasks​(java.lang.Throwable e)
      • taskHandlerIsNull

        public void taskHandlerIsNull​(java.lang.String topicName)
      • fetchAndLock

        protected void fetchAndLock​(java.util.List<TopicRequestDto> subscriptions)