Class VertxEventBusConnectorIncomingConfiguration
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.eventbus.VertxEventBusConnectorCommonConfiguration
 - 
- io.smallrye.reactive.messaging.eventbus.VertxEventBusConnectorIncomingConfiguration
 
 
 
- 
public class VertxEventBusConnectorIncomingConfiguration extends VertxEventBusConnectorCommonConfiguration
Extract the incoming configuration for thesmallrye-vertx-eventbusconnector. 
- 
- 
Field Summary
- 
Fields inherited from class io.smallrye.reactive.messaging.eventbus.VertxEventBusConnectorCommonConfiguration
config 
 - 
 
- 
Constructor Summary
Constructors Constructor Description VertxEventBusConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)Creates a new VertxEventBusConnectorIncomingConfiguration. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBroadcast()Gets the broadcast value from the configuration.BooleangetUseReplyAsAck()Gets the use-reply-as-ack value from the configuration.voidvalidate()- 
Methods inherited from class io.smallrye.reactive.messaging.eventbus.VertxEventBusConnectorCommonConfiguration
config, getAddress, getChannel, getFromAlias, getFromAliasWithDefaultValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getBroadcast
public Boolean getBroadcast()
Gets the broadcast value from the configuration. Attribute Name: broadcast Description: Whether to dispatch the messages to multiple consumers Default Value: false- Returns:
 - the broadcast
 
 
- 
getUseReplyAsAck
public Boolean getUseReplyAsAck()
Gets the use-reply-as-ack value from the configuration. Attribute Name: use-reply-as-ack Description: Whether acknowledgement is done by replying to the incoming message with a _dummy_ reply Default Value: false- Returns:
 - the use-reply-as-ack
 
 
- 
validate
public void validate()
- Overrides:
 validatein classVertxEventBusConnectorCommonConfiguration
 
 - 
 
 -