public interface PrimitiveClient<P extends PrimitiveProtocol>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Set<String>> |
getPrimitives(PrimitiveType primitiveType)
Gets a list of primitives of the given type.
|
PrimitiveProxy |
newProxy(String primitiveName,
PrimitiveType primitiveType,
P primitiveProtocol)
Returns a new proxy builder for the given primitive type.
|
PrimitiveProxy newProxy(String primitiveName, PrimitiveType primitiveType, P primitiveProtocol)
primitiveName - the proxy nameprimitiveType - the type for which to return a new proxy builderprimitiveProtocol - the primitive protocolCompletableFuture<Set<String>> getPrimitives(PrimitiveType primitiveType)
primitiveType - the primitive typeCopyright © 2013–2018. All rights reserved.