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