Uses of Class
com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
-
Packages that use CoherenceConfigClientProperties Package Description com.oracle.coherence.spring.boot.config Provides support for Spring Boot's ConfigData API. -
-
Uses of CoherenceConfigClientProperties in com.oracle.coherence.spring.boot.config
Methods in com.oracle.coherence.spring.boot.config that return CoherenceConfigClientProperties Modifier and Type Method Description CoherenceConfigClientProperties
CoherenceConfigDataResource. getProperties()
protected CoherenceConfigClientProperties
CoherenceConfigDataLocationResolver. loadProperties(org.springframework.boot.context.config.ConfigDataLocationResolverContext context)
Load theCoherenceConfigClientProperties
.Methods in com.oracle.coherence.spring.boot.config with parameters of type CoherenceConfigClientProperties Modifier and Type Method Description protected io.grpc.ManagedChannel
CoherenceGrpcClient. buildChannel(CoherenceConfigClientProperties coherenceConfigClientProperties)
Builds gRPC channel.protected com.tangosol.net.Session
CoherenceGrpcClient. buildSession(io.grpc.Channel grpcChannel, CoherenceConfigClientProperties coherenceConfigClientProperties)
Builds Coherence session.Constructors in com.oracle.coherence.spring.boot.config with parameters of type CoherenceConfigClientProperties Constructor Description CoherenceConfigDataResource(CoherenceConfigClientProperties properties, boolean optional, org.springframework.boot.context.config.Profiles profiles)
CoherenceGrpcClient(CoherenceConfigClientProperties coherenceConfigClientProperties)
-