| Interface | Description |
|---|---|
| FatalErrorHandler | |
| MainThreadExecutable | |
| RpcGateway |
Rpc gateway interface which has to be implemented by Rpc gateways.
|
| RpcService |
Interface for rpc services.
|
| SelfGateway |
Interface for self gateways
|
| StartStoppable |
Interface to start and stop the processing of rpc calls in the rpc server.
|
| Class | Description |
|---|---|
| MainThreadValidatorUtil |
This utility exists to bridge between the visibility of the
currentMainThread field in the RpcEndpoint. |
| RpcEndpoint<C extends RpcGateway> |
Base class for RPC endpoints.
|
| Annotation Type | Description |
|---|---|
| RpcMethod |
Annotation for rpc method in a
RpcEndpoint implementation. |
| RpcTimeout |
Annotation for
RpcGateway methods to specify an additional timeout parameter for the
returned future to be completed. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.