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(java.lang.String topicName, ExternalTaskClientException e)
protected void
exceptionWhileAcquiringTasks(java.lang.Throwable e)
protected void
exceptionWhileExecutingBackoffStrategyMethod(java.lang.Throwable e)
void
exceptionWhileExecutingExternalTaskHandler(java.lang.String topicName, java.lang.Throwable e)
protected void
exceptionWhilePerformingFetchAndLock(EngineClientException e)
protected void
exceptionWhileShuttingDown(java.lang.InterruptedException e)
protected void
fetchAndLock(java.util.List<TopicRequestDto> subscriptions)
void
taskHandlerIsNull(java.lang.String topicName)
-
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotLoadDeferedFileValueException, cannotSerializeVariable, externalTaskHandlerNullException, externalTaskServiceException, 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(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)
-
-