Interface MessagingConnectorProviderConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
Common configuration of a messaging connector provider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forMessagingConnectorProviderConfig.static classMessagingConnectorProviderConfig.BuilderBase<BUILDER extends MessagingConnectorProviderConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends MessagingConnectorProviderConfig>Fluent API builder base forMessagingConnectorProviderConfig. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new fluent API builder to customize configuration.builder(MessagingConnectorProviderConfig instance) Create a new fluent API builder from an existing instance.config()Configuration used to create this connector.Create a new instance from configuration.name()Configured connector instance name.
-
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
-
name
-
config
-