public class JmsConnectorIncomingConfiguration extends JmsConnectorCommonConfiguration
smallrye-jms connector.config| Constructor and Description |
|---|
JmsConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new JmsConnectorIncomingConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
Boolean |
getDurable()
Gets the durable value from the configuration.
|
Boolean |
getNoLocal()
Gets the no-local value from the configuration.
|
Optional<String> |
getSelector()
Gets the selector value from the configuration.
|
void |
validate() |
config, getChannel, getClientId, getConnectionFactoryName, getDestination, getDestinationType, getFromAlias, getFromAliasWithDefaultValue, getPassword, getSessionMode, getUsernamepublic JmsConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Optional<String> getSelector()
public Boolean getNoLocal()
public Boolean getBroadcast()
public Boolean getDurable()
public void validate()
validate in class JmsConnectorCommonConfigurationCopyright © 2018–2021 SmallRye. All rights reserved.