public class ServiceBus<T extends Service> extends Object
| Constructor and Description |
|---|
ServiceBus(Class<T> serviceClass) |
ServiceBus(io.vertx.core.Vertx vertx,
Class<T> serviceClass) |
| Modifier and Type | Method and Description |
|---|---|
<S> io.vertx.core.Future<Optional<S>> |
request(String action,
Object... payload) |
Copyright © 2021. All rights reserved.