| Modifier and Type | Method and Description |
|---|---|
RpcService |
RpcRegistry.getRpcService(Class<? extends RpcService> serviceInterface)
Returns the RPC service implementation registered with the specified
RPC service interface.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RpcService> |
RpcRegistry.getRpcServices()
Returns the set of all registered service implementations.
|
Class<? extends RpcService> |
RpcContext.serviceIntf()
Returns class corresponding to service interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RpcRegistry.registerRpcService(RpcService service)
Registers the specified RPC service.
|
void |
RpcRegistry.unregisterRpcService(RpcService service)
Registers the specified RPC service.
|
| Modifier and Type | Method and Description |
|---|---|
RpcService |
RpcRegistry.getRpcService(Class<? extends RpcService> serviceInterface)
Returns the RPC service implementation registered with the specified
RPC service interface.
|
| Constructor and Description |
|---|
RpcContext(String name,
Class<? extends RpcService> intf)
Creates an instance of rpc context.
|
Copyright © 2018. All rights reserved.