add Processor Decorator
open override fun addProcessorDecorator(decorator: OutboxItemProcessorDecorator): BuildStep
Content copied to clipboard
Adds a decorator to be applied before asynchronously invoking Outbox Item Processors which, in turn, invokes the corresponding OutboxHandler.
Decorators are applied in the order they have been added, so a decorator will wrap the one added before it. Decorators are optional; not adding any just means that the Processors will be invoked directly.