public class AmqpConnectorIncomingConfiguration extends AmqpConnectorCommonConfiguration
smallrye-amqp connector.config| Constructor and Description |
|---|
AmqpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new AmqpConnectorIncomingConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoAcknowledgement()
Gets the auto-acknowledgement value from the configuration.
|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
Boolean |
getDurable()
Gets the durable value from the configuration.
|
String |
getFailureStrategy()
Gets the failure-strategy value from the configuration.
|
void |
validate() |
config, getAddress, getChannel, getClientOptionsName, getConnectTimeout, getContainerId, getFromAlias, getFromAliasWithDefaultValue, getHost, getLinkName, getPassword, getPort, getReconnectAttempts, getReconnectInterval, getSniServerName, getTracingEnabled, getUsername, getUseSsl, getVirtualHostpublic AmqpConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getBroadcast()
public Boolean getDurable()
public Boolean getAutoAcknowledgement()
public String getFailureStrategy()
public void validate()
validate in class AmqpConnectorCommonConfigurationCopyright © 2018–2021 SmallRye. All rights reserved.