Uses of Class
org.springframework.grpc.server.lifecycle.GrpcServerLifecycle
Packages that use GrpcServerLifecycle
-
Uses of GrpcServerLifecycle in org.springframework.grpc.server.lifecycle
Methods in org.springframework.grpc.server.lifecycle that return GrpcServerLifecycleModifier and TypeMethodDescriptionGrpcServerLifecycleEvent.getSource()Gets the lifecycle instance that triggered this event.Constructors in org.springframework.grpc.server.lifecycle with parameters of type GrpcServerLifecycleModifierConstructorDescriptionprotectedGrpcServerLifecycleEvent(GrpcServerLifecycle lifecyle, io.grpc.Server server) Creates a new GrpcServerLifecycleEvent.protectedGrpcServerLifecycleEvent(GrpcServerLifecycle lifecyle, Clock clock, io.grpc.Server server) Creates a new GrpcServerLifecycleEvent.GrpcServerShutdownEvent(GrpcServerLifecycle lifecyle, io.grpc.Server server) Creates a new GrpcServerShutdownEvent.GrpcServerShutdownEvent(GrpcServerLifecycle lifecyle, Clock clock, io.grpc.Server server) Creates a new GrpcServerShutdownEvent.GrpcServerStartedEvent(GrpcServerLifecycle lifecyle, io.grpc.Server server, String address, int port) Creates a new GrpcServerStartedEvent.GrpcServerStartedEvent(GrpcServerLifecycle lifecyle, Clock clock, io.grpc.Server server, String address, int port) Creates a new GrpcServerStartedEvent.GrpcServerTerminatedEvent(GrpcServerLifecycle lifecyle, io.grpc.Server server) Creates a new GrpcServerTerminatedEvent.GrpcServerTerminatedEvent(GrpcServerLifecycle lifecyle, Clock clock, io.grpc.Server server) Creates a new GrpcServerTerminatedEvent.