public class AmqpConnectorOutgoingConfiguration extends AmqpConnectorCommonConfiguration
smallrye-amqp
connector.config
Constructor and Description |
---|
AmqpConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new AmqpConnectorOutgoingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getDurable()
Gets the durable value from the configuration.
|
Long |
getTtl()
Gets the ttl value from the configuration.
|
void |
validate() |
config, getAddress, getChannel, getClientOptionsName, getConnectTimeout, getContainerId, getFromAlias, getFromAliasWithDefaultValue, getHost, getPassword, getPort, getReconnectAttempts, getReconnectInterval, getUsername, getUseSsl
public AmqpConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getDurable()
public Long getTtl()
public void validate()
validate
in class AmqpConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.