public static class RpcServer.BlockingServiceAndInterface extends Object
BlockingService
and its associated class of
protobuf service interface. For example, a server that fielded what is defined
in the client protobuf service would pass in an implementation of the client blocking service
and then its ClientService.BlockingInterface.class. Used checking connection setup.Constructor and Description |
---|
BlockingServiceAndInterface(BlockingService service,
Class<?> serviceInterface) |
Modifier and Type | Method and Description |
---|---|
BlockingService |
getBlockingService() |
Class<?> |
getServiceInterface() |