public class VertxEventBusConnectorIncomingConfiguration extends VertxEventBusConnectorCommonConfiguration
smallrye-vertx-eventbus
connector.config
Constructor and Description |
---|
VertxEventBusConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new VertxEventBusConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
Boolean |
getUseReplyAsAck()
Gets the use-reply-as-ack value from the configuration.
|
void |
validate() |
config, getAddress, getChannel, getFromAlias, getFromAliasWithDefaultValue
public VertxEventBusConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public Boolean getBroadcast()
public Boolean getUseReplyAsAck()
public void validate()
validate
in class VertxEventBusConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.