@FunctionalInterface public static interface EventProcessingConfigurer.DeadLetteringInvokerConfiguration extends BiFunction<Configuration,DeadLetteringEventHandlerInvoker.Builder,DeadLetteringEventHandlerInvoker.Builder>
DeadLetteringEventHandlerInvoker.Builder
based configuration when constructing a
DeadLetteringEventHandlerInvoker
.Modifier and Type | Method and Description |
---|---|
default EventProcessingConfigurer.DeadLetteringInvokerConfiguration |
andThen(EventProcessingConfigurer.DeadLetteringInvokerConfiguration other)
Returns a configuration that applies the given
other configuration after applying this . |
static EventProcessingConfigurer.DeadLetteringInvokerConfiguration |
noOp()
A
EventProcessingConfigurer.DeadLetteringInvokerConfiguration which does not add any configuration. |
andThen, apply
default EventProcessingConfigurer.DeadLetteringInvokerConfiguration andThen(EventProcessingConfigurer.DeadLetteringInvokerConfiguration other)
other
configuration after applying this
. Any
configuration set by the other
will override changes by this
instance.other
- The configuration to apply after applying this.static EventProcessingConfigurer.DeadLetteringInvokerConfiguration noOp()
EventProcessingConfigurer.DeadLetteringInvokerConfiguration
which does not add any configuration.EventProcessingConfigurer.DeadLetteringInvokerConfiguration
which does not add any configuration.Copyright © 2010–2023. All rights reserved.