public class JmsConnectorOutgoingConfiguration extends JmsConnectorCommonConfiguration
smallrye-jms
connector.config
Constructor and Description |
---|
JmsConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new JmsConnectorOutgoingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getCorrelationId()
Gets the correlation-id value from the configuration.
|
Optional<Long> |
getDeliveryDelay()
Gets the delivery-delay value from the configuration.
|
Optional<String> |
getDeliveryMode()
Gets the delivery-mode value from the configuration.
|
Optional<Boolean> |
getDisableMessageId()
Gets the disable-message-id value from the configuration.
|
Optional<Boolean> |
getDisableMessageTimestamp()
Gets the disable-message-timestamp value from the configuration.
|
Boolean |
getMerge()
Gets the merge value from the configuration.
|
Optional<Integer> |
getPriority()
Gets the priority value from the configuration.
|
Optional<String> |
getReplyTo()
Gets the reply-to value from the configuration.
|
String |
getReplyToDestinationType()
Gets the reply-to-destination-type value from the configuration.
|
Optional<Long> |
getTtl()
Gets the ttl value from the configuration.
|
void |
validate() |
config, getChannel, getClientId, getConnectionFactoryName, getDestination, getDestinationType, getFromAlias, getFromAliasWithDefaultValue, getPassword, getSessionMode, getUsername
public JmsConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public Optional<Boolean> getDisableMessageId()
public Optional<Boolean> getDisableMessageTimestamp()
public Optional<String> getDeliveryMode()
public Optional<Long> getDeliveryDelay()
public Optional<Long> getTtl()
public Optional<String> getCorrelationId()
public Optional<Integer> getPriority()
public Optional<String> getReplyTo()
public String getReplyToDestinationType()
public Boolean getMerge()
public void validate()
validate
in class JmsConnectorCommonConfiguration
Copyright © 2018–2021 SmallRye. All rights reserved.