Vert.x

Vert.x

Description: A Camel Component for vert.x
Scheme: vertx
Syntax: vertx:address
Maven: org.apache.camel/camel-vertx/2.16.1

A Camel Endpoint for working with vert.x event bus endpoints

Name Kind Group Required Default Type Enum Description
address path common true java.lang.String Sets the event bus address used to communicate
pubSub parameter common java.lang.Boolean Whether to use publish/subscribe instead of point to point when sending to a vertx endpoint.
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

vertx consumer