Package com.oracle.coherence.client
Interface AsyncNamedCacheClient.Dependencies
-
- All Superinterfaces:
BaseGrpcClient.Dependencies
- All Known Implementing Classes:
AsyncNamedCacheClient.DefaultDependencies
- Enclosing class:
- AsyncNamedCacheClient<K,V>
public static interface AsyncNamedCacheClient.Dependencies extends BaseGrpcClient.Dependencies
The dependencies used to create anAsyncNamedCacheClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<NamedCacheGrpcClient>getClient()Return the optionalNamedCacheGrpcClientto use.-
Methods inherited from interface com.oracle.coherence.client.BaseGrpcClient.Dependencies
getChannel, getDeadline, getEventDispatcher, getExecutor, getName, getScopeName, getSerializer, getSerializerFormat
-
-
-
-
Method Detail
-
getClient
Optional<NamedCacheGrpcClient> getClient()
Return the optionalNamedCacheGrpcClientto use.- Returns:
- the optional
NamedCacheGrpcClientto use
-
-