Uses of Class
com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Packages that use CoherenceConfigClientProperties
Package
Description
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 CoherenceConfigClientPropertiesModifier and TypeMethodDescriptionCoherenceConfigDataResource.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 CoherenceConfigClientPropertiesModifier and TypeMethodDescriptionprotected 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 CoherenceConfigClientPropertiesModifierConstructorDescriptionCoherenceConfigDataResource
(CoherenceConfigClientProperties properties, boolean optional, org.springframework.boot.context.config.Profiles profiles) CoherenceGrpcClient
(CoherenceConfigClientProperties coherenceConfigClientProperties)