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-sns
connector.
-
-
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 void
validate()
-
Methods inherited from class io.smallrye.reactive.messaging.aws.sns.SnsConnectorCommonConfiguration
config, getChannel, getFromAlias, getFromAliasWithDefaultValue, getMockSnsTopics, getSnsUrl, getTopic
-
-
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validate
in classSnsConnectorCommonConfiguration
-
-