Class CoherenceGrpcClient

    • Field Detail

      • logger

        protected static final Log logger
    • Method Detail

      • getCoherenceSession

        public com.tangosol.net.Session getCoherenceSession()
      • buildSession

        protected com.tangosol.net.Session buildSession​(io.grpc.Channel grpcChannel,
                                                        CoherenceConfigClientProperties coherenceConfigClientProperties)
        Builds Coherence session.
        Parameters:
        grpcChannel - mMust not be null
        coherenceConfigClientProperties - must not be null
        Returns:
        a Coherence Session
      • buildChannel

        protected io.grpc.ManagedChannel buildChannel​(CoherenceConfigClientProperties coherenceConfigClientProperties)
        Builds gRPC channel.
        Parameters:
        coherenceConfigClientProperties - must not be null
        Returns:
        gRPC channel