public interface ProxyProtocol extends PrimitiveProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>>| Modifier and Type | Method and Description |
|---|---|
String |
group()
Returns the protocol partition group name.
|
<S> ProxyClient<S> |
newProxy(String primitiveName,
PrimitiveType primitiveType,
Class<S> serviceType,
ServiceConfig serviceConfig,
PartitionService partitionService)
Returns a new primitive proxy for the given partition group.
|
typeString group()
<S> ProxyClient<S> newProxy(String primitiveName, PrimitiveType primitiveType, Class<S> serviceType, ServiceConfig serviceConfig, PartitionService partitionService)
primitiveName - the primitive nameprimitiveType - the primitive typeserviceType - the primitive service typeserviceConfig - the service configurationpartitionService - the partition serviceCopyright © 2013–2018. All rights reserved.