public class Edge extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Service> |
serviceBus(Class<T> serviceClass) |
static <T extends Service> |
serviceBus(io.vertx.core.Vertx vertx,
Class<T> serviceClass) |
public static <T extends Service> ServiceBus<T> serviceBus(Class<T> serviceClass)
public static <T extends Service> ServiceBus<T> serviceBus(io.vertx.core.Vertx vertx, Class<T> serviceClass)
Copyright © 2021. All rights reserved.