Class SnsConnectorOutgoingConfiguration
- java.lang.Object
-
- io.smallrye.reactive.messaging.aws.sns.SnsConnectorCommonConfiguration
-
- io.smallrye.reactive.messaging.aws.sns.SnsConnectorOutgoingConfiguration
-
public class SnsConnectorOutgoingConfiguration extends SnsConnectorCommonConfiguration
Extract the outgoing configuration for thesmallrye-aws-snsconnector.
-
-
Field Summary
-
Fields inherited from class io.smallrye.reactive.messaging.aws.sns.SnsConnectorCommonConfiguration
config
-
-
Constructor Summary
Constructors Constructor Description SnsConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)Creates a new SnsConnectorOutgoingConfiguration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetMerge()Gets the merge value from the configuration.voidvalidate()-
Methods inherited from class io.smallrye.reactive.messaging.aws.sns.SnsConnectorCommonConfiguration
config, getChannel, getFromAlias, getFromAliasWithDefaultValue, getMockSnsTopics, getSnsUrl, getTopic
-
-
-
-
Method Detail
-
getMerge
public Boolean getMerge()
Gets the merge value from the configuration. Attribute Name: merge Description: Whether the connector should allow multiple upstreams Default Value: false- Returns:
- the merge
-
validate
public void validate()
- Overrides:
validatein classSnsConnectorCommonConfiguration
-
-