default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.AdvancedVertxEndpointProducerBuilder.basic() |
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.pubSub(Boolean pubSub) |
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|
default VertxEndpointBuilderFactory.VertxEndpointProducerBuilder |
VertxEndpointBuilderFactory.VertxEndpointProducerBuilder.pubSub(String pubSub) |
Whether to use publish/subscribe instead of point to point when
sending to a vertx endpoint.
|