public class VertxEventBusConnectorOutgoingConfiguration extends VertxEventBusConnectorCommonConfiguration
smallrye-vertx-eventbus
connector.config
Constructor and Description |
---|
VertxEventBusConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new VertxEventBusConnectorOutgoingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getCodec()
Gets the codec value from the configuration.
|
Boolean |
getExpectReply()
Gets the expect-reply value from the configuration.
|
Boolean |
getPublish()
Gets the publish value from the configuration.
|
Long |
getTimeout()
Gets the timeout value from the configuration.
|
void |
validate() |
config, getAddress, getChannel, getFromAlias, getFromAliasWithDefaultValue
public VertxEventBusConnectorOutgoingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getExpectReply()
public Boolean getPublish()
public Optional<String> getCodec()
public Long getTimeout()
public void validate()
validate
in class VertxEventBusConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.