Class GrpcServerTerminatedEvent

All Implemented Interfaces:
Serializable

public class GrpcServerTerminatedEvent extends GrpcServerLifecycleEvent
This event will be fired after the server completed to shutdown. The server will no longer process requests.
See Also:
  • Constructor Details

    • GrpcServerTerminatedEvent

      public GrpcServerTerminatedEvent(GrpcServerLifecycle lifecyle, Clock clock, Server server)
      Creates a new GrpcServerTerminatedEvent.
      Parameters:
      lifecyle - The lifecycle that caused this event.
      clock - The clock used to determine the timestamp.
      server - The server related to this event.
    • GrpcServerTerminatedEvent

      public GrpcServerTerminatedEvent(GrpcServerLifecycle lifecyle, Server server)
      Creates a new GrpcServerTerminatedEvent.
      Parameters:
      lifecyle - The lifecycle that caused this event.
      server - The server related to this event.