WorkItemHandler implementation that is meant to wrap
other WorkItemHandler implementations.LoggingTaskHandlerDecorator instance that wraps a
created instance of the WorkItemHandler class given.LoggingTaskHandlerDecorator instance that wraps a
created instance of the WorkItemHandler class given.LoggingTaskHandlerDecorator instance that wraps the
given WorkItemHandler instance.MessageFormat string set in
LoggingTaskHandlerDecorator.setLoggedMessageFormat(String).MessageFormat string to be used to format the log
messages.LoggingTaskHandlerDecorator.setLoggedMessageFormat(String).WorkItemHandler instance so that an event (signal, error or other) can be sent to the process
instance if and when the wrapped WorkItemHandler instance throws an exception (during a
WorkItemHandler.executeWorkItem(WorkItem, WorkItemManager) or
WorkItemHandler.abortWorkItem(WorkItem, WorkItemManager) method.eventType parameter to signal the process instance using the given
KieSession ksession parameter when an instance of the class specified by the
originalTaskHandlerClass throws an exception upon WorkItemHandler.executeWorkItem(WorkItem, WorkItemManager)Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.