Package com.oracle.coherence.grpc.proxy
Class GrpcServerController.Listener
- java.lang.Object
-
- com.oracle.coherence.grpc.proxy.GrpcServerController.Listener
-
- All Implemented Interfaces:
com.tangosol.application.LifecycleListener
- Enclosing class:
- GrpcServerController
public static class GrpcServerController.Listener extends Object implements com.tangosol.application.LifecycleListener
A listener that will start the gRPC server base onCoherenceorDefaultCacheServerlifecycle events.
-
-
Constructor Summary
Constructors Constructor Description Listener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostStart(com.tangosol.application.Context ctx)voidpostStop(com.tangosol.application.Context ctx)voidpreStart(com.tangosol.application.Context ctx)voidpreStop(com.tangosol.application.Context ctx)
-
-
-
Method Detail
-
preStart
public void preStart(com.tangosol.application.Context ctx)
- Specified by:
preStartin interfacecom.tangosol.application.LifecycleListener
-
postStart
public void postStart(com.tangosol.application.Context ctx)
- Specified by:
postStartin interfacecom.tangosol.application.LifecycleListener
-
preStop
public void preStop(com.tangosol.application.Context ctx)
- Specified by:
preStopin interfacecom.tangosol.application.LifecycleListener
-
postStop
public void postStop(com.tangosol.application.Context ctx)
- Specified by:
postStopin interfacecom.tangosol.application.LifecycleListener
-
-