public interface RPCServer
| Modifier and Type | Method and Description |
|---|---|
default void |
shutdown()
shutdown eventbus.
|
void |
shutdown(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
shutdown with callback handler
|
default void shutdown()
void shutdown(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
handler - HandlerCopyright © 2015. All rights reserved.