| Package | Description |
|---|---|
| org.jacpfx.vertx.event.eventbus.blocking |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
EventbusBridgeBlockingExecution.sendMessageAndSupplyHandler(String methodId,
String targetId,
Object message,
ThrowableFunction<io.vertx.core.AsyncResult<io.vertx.core.eventbus.Message<Object>>,T> function,
io.vertx.core.eventbus.DeliveryOptions deliveryOptions,
io.vertx.core.Vertx vertx,
java.util.function.Consumer<Throwable> errorMethodHandler,
io.vertx.core.eventbus.Message<Object> requestMessage,
Encoder encoder,
java.util.function.Consumer<Throwable> errorHandler,
ThrowableFunction<Throwable,T> onFailureRespond,
io.vertx.core.eventbus.DeliveryOptions responseDeliveryOptions,
int retryCount,
long timeout,
long delay,
long circuitBreakerTimeout,
RecursiveBlockingExecutor executor,
RetryBlockingExecutor retryExecutor)
Send event-bus message and process the result in the passed function for blocking execution chain
|
Copyright © 2017. All rights reserved.