Closed rmichela closed 2 months ago
Add a new interface that services can implement to get lifecycle events
Implement a Server wrapper that calls the lifecycle events on each service implementation that implements the interface.
Server
Implemented by the gRPC Spring Boot Starter in gRPC Ecosystem https://github.com/grpc-ecosystem/grpc-spring
Add a new interface that services can implement to get lifecycle events
Implement a
Server
wrapper that calls the lifecycle events on each service implementation that implements the interface.