| AddressResolution |
Enum specifying whether address resolution should be tried.
|
| FencedRpcGateway |
|
| MainThreadExecutable |
Interface to execute Runnable and Callable in the main thread of the underlying
RPC endpoint.
|
| RpcEndpoint |
Base class for RPC endpoints.
|
| RpcEndpoint.MainThreadExecutor |
Executor which executes runnables in the main thread context.
|
| RpcGateway |
Rpc gateway interface which has to be implemented by Rpc gateways.
|
| RpcServer |
Interface for self gateways.
|
| RpcService |
Interface for rpc services.
|
| RpcSystem |
This interface serves as a factory interface for RPC services, with some additional utilities
that are reliant on implementation details of the RPC service.
|
| RpcSystem.FixedThreadPoolExecutorConfiguration |
Descriptor for creating a thread-pool with a fixed number of threads.
|
| RpcSystem.ForkJoinExecutorConfiguration |
Descriptor for creating a fork-join thread-pool.
|
| RpcSystem.RpcServiceBuilder |
|
| RpcSystemUtils |
Utils that are dependent on the underlying RPC implementation.
|
| StartStoppable |
Interface to start and stop the processing of rpc calls in the rpc server.
|