Uses of Interface
com.oracle.coherence.client.BaseGrpcClient.Dependencies
-
Packages that use BaseGrpcClient.Dependencies Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of BaseGrpcClient.Dependencies in com.oracle.coherence.client
Subinterfaces of BaseGrpcClient.Dependencies in com.oracle.coherence.client Modifier and Type Interface Description static interfaceAsyncNamedCacheClient.DependenciesThe dependencies used to create anAsyncNamedCacheClient.Classes in com.oracle.coherence.client that implement BaseGrpcClient.Dependencies Modifier and Type Class Description static classAsyncNamedCacheClient.DefaultDependenciesThe dependencies used to create anAsyncNamedCacheClient.static classBaseGrpcClient.DefaultDependenciesThe default dependencies implementation.Fields in com.oracle.coherence.client declared as BaseGrpcClient.Dependencies Modifier and Type Field Description protected BaseGrpcClient.DependenciesBaseGrpcClient. f_dependenciesThe service dependencies.Constructors in com.oracle.coherence.client with parameters of type BaseGrpcClient.Dependencies Constructor Description BaseGrpcClient(BaseGrpcClient.Dependencies dependencies)Creates anAsyncNamedCacheClientfrom the specifiedAsyncNamedCacheClient.Dependencies.
-