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 |
---|---|
Integer |
getCreditRetrievalPeriod()
Gets the credit-retrieval-period value from the configuration.
|
Boolean |
getDurable()
Gets the durable value from the configuration.
|
Boolean |
getMerge()
Gets the merge value from the configuration.
|
Long |
getTtl()
Gets the ttl value from the configuration.
|
Boolean |
getUseAnonymousSender()
Gets the use-anonymous-sender value from the configuration.
|
void |
validate() |
config, getAddress, getChannel, getClientOptionsName, getConnectTimeout, getContainerId, getFromAlias, getFromAliasWithDefaultValue, getHost, getLinkName, getPassword, getPort, getReconnectAttempts, getReconnectInterval, getSniServerName, getUsername, getUseSsl, getVirtualHost
public AmqpConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getDurable()
public Long getTtl()
public Integer getCreditRetrievalPeriod()
public Boolean getUseAnonymousSender()
public Boolean getMerge()
public void validate()
validate
in class AmqpConnectorCommonConfiguration
Copyright © 2018–2021 SmallRye. All rights reserved.