public interface RpcServer extends StartStoppable, MainThreadExecutable, RpcGateway
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
getTerminationFuture()
Return a future which is completed when the rpc endpoint has been terminated.
|
start, stop
callAsync, runAsync, scheduleRunAsync
getAddress, getHostname
CompletableFuture<Void> getTerminationFuture()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.