Class TopicSubscriptionManagerLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.client.impl.ExternalTaskClientLogger
-
- org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
-
public class TopicSubscriptionManagerLogger extends ExternalTaskClientLogger
- Author:
- Tassilo Weidner
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
CLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
-
-
Constructor Summary
Constructors Constructor Description TopicSubscriptionManagerLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
exceptionOnExternalTaskServiceMethodInvocation(String topicName, ExternalTaskClientException e)
protected void
exceptionWhileAcquiringTasks(Throwable e)
protected void
exceptionWhileExecutingBackoffStrategyMethod(Throwable e)
void
exceptionWhileExecutingExternalTaskHandler(String topicName, Throwable e)
protected void
exceptionWhilePerformingFetchAndLock(EngineClientException e)
protected void
exceptionWhileShuttingDown(InterruptedException e)
protected void
fetchAndLock(List<TopicRequestDto> subscriptions)
void
taskHandlerIsNull(String topicName)
-
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotSerializeVariable, createMessage, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
-
-
-
-
Method Detail
-
exceptionWhilePerformingFetchAndLock
protected void exceptionWhilePerformingFetchAndLock(EngineClientException e)
-
exceptionWhileExecutingExternalTaskHandler
public void exceptionWhileExecutingExternalTaskHandler(String topicName, Throwable e)
-
exceptionWhileShuttingDown
protected void exceptionWhileShuttingDown(InterruptedException e)
-
exceptionOnExternalTaskServiceMethodInvocation
protected void exceptionOnExternalTaskServiceMethodInvocation(String topicName, ExternalTaskClientException e)
-
exceptionWhileExecutingBackoffStrategyMethod
protected void exceptionWhileExecutingBackoffStrategyMethod(Throwable e)
-
exceptionWhileAcquiringTasks
protected void exceptionWhileAcquiringTasks(Throwable e)
-
taskHandlerIsNull
public void taskHandlerIsNull(String topicName)
-
fetchAndLock
protected void fetchAndLock(List<TopicRequestDto> subscriptions)
-
-