Class TopicSubscriptionManagerLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.client.impl.ExternalTaskClientLogger
org.camunda.bpm.client.topic.impl.TopicSubscriptionManagerLogger
- 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
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
void
exceptionWhileExecutingExternalTaskHandler
(String topicName, Throwable e) protected void
protected void
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, doubleDirectionConfigException, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, missingDirectionException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, unspecifiedOrderByMethodException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
TopicSubscriptionManagerLogger
public TopicSubscriptionManagerLogger()
-
-
Method Details
-
exceptionWhilePerformingFetchAndLock
-
exceptionWhileExecutingExternalTaskHandler
-
exceptionWhileShuttingDown
-
exceptionOnExternalTaskServiceMethodInvocation
protected void exceptionOnExternalTaskServiceMethodInvocation(String topicName, ExternalTaskClientException e) -
exceptionWhileExecutingBackoffStrategyMethod
-
exceptionWhileAcquiringTasks
-
taskHandlerIsNull
-
fetchAndLock
-