Class CoherenceGrpcClient
java.lang.Object
com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
- All Implemented Interfaces:
- AutoCloseable
A 
CoherenceGrpcClient that works with Coherence as a config source.- Since:
- 3.0
- Author:
- Gunnar Hillert
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCoherenceGrpcClient(CoherenceConfigClientProperties coherenceConfigClientProperties) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.tangosol.net.SessionbuildSession(CoherenceConfigClientProperties coherenceConfigClientProperties) Builds Coherence session.voidclose()com.tangosol.net.Session
- 
Field Details- 
logger
 
- 
- 
Constructor Details- 
CoherenceGrpcClient
 
- 
- 
Method Details- 
getCoherenceSessionpublic com.tangosol.net.Session getCoherenceSession()
- 
buildSessionprotected com.tangosol.net.Session buildSession(CoherenceConfigClientProperties coherenceConfigClientProperties) Builds Coherence session.- Parameters:
- coherenceConfigClientProperties- must not be null
- Returns:
- a Coherence Session
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-