Interface DeadLetterConfig
- All Superinterfaces:
Prototype.Api
Dead-letter delivery configuration.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forDeadLetterConfig.static classDeadLetterConfig.BuilderBase<BUILDER extends DeadLetterConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends DeadLetterConfig>Fluent API builder base forDeadLetterConfig. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeadLetterConfig.Builderbuilder()Create a new fluent API builder to customize configuration.static DeadLetterConfig.Builderbuilder(DeadLetterConfig instance) Create a new fluent API builder from an existing instance.channel()Logical channel required for dead-letter delivery.static DeadLetterConfigcreate()Create a new instance with default values.static DeadLetterConfigCreate a new instance from configuration.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
-
channel
-