public class SnsConnectorIncomingConfiguration extends SnsConnectorCommonConfiguration
smallrye-aws-sns
connector.config
Constructor and Description |
---|
SnsConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new SnsConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getAppUrl()
Gets the app-url value from the configuration.
|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
String |
getHost()
Gets the host value from the configuration.
|
Integer |
getPort()
Gets the port value from the configuration.
|
void |
validate() |
config, getChannel, getFromAlias, getFromAliasWithDefaultValue, getMockSnsTopics, getSnsUrl, getTopic
public SnsConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Integer getPort()
public String getHost()
public Boolean getBroadcast()
public Optional<String> getAppUrl()
public void validate()
validate
in class SnsConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.