public class RabbitMQConnectorOutgoingConfiguration extends RabbitMQConnectorCommonConfiguration
smallrye-rabbitmq connector.config| Constructor and Description |
|---|
RabbitMQConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new RabbitMQConnectorOutgoingConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultRoutingKey()
Gets the default-routing-key value from the configuration.
|
Optional<Long> |
getDefaultTtl()
Gets the default-ttl value from the configuration.
|
Long |
getMaxInflightMessages()
Gets the max-inflight-messages value from the configuration.
|
Optional<Integer> |
getMaxOutgoingInternalQueueSize()
Gets the max-outgoing-internal-queue-size value from the configuration.
|
void |
validate() |
config, getAutomaticRecoveryEnabled, getAutomaticRecoveryOnInitialConnection, getChannel, getConnectionTimeout, getExchangeAutoDelete, getExchangeDeclare, getExchangeDurable, getExchangeName, getExchangeType, getFromAlias, getFromAliasWithDefaultValue, getHandshakeTimeout, getHost, getIncludeProperties, getNetworkRecoveryInterval, getPassword, getPort, getReconnectAttempts, getReconnectInterval, getRequestedChannelMax, getRequestedHeartbeat, getTracingAttributeHeaders, getTracingEnabled, getUseNio, getUser, getUsername, getVirtualHostpublic RabbitMQConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public Optional<Integer> getMaxOutgoingInternalQueueSize()
public Long getMaxInflightMessages()
public String getDefaultRoutingKey()
public Optional<Long> getDefaultTtl()
public void validate()
validate in class RabbitMQConnectorCommonConfigurationCopyright © 2018–2021 SmallRye. All rights reserved.