salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
219 stars 34 forks source link

Server lifecycle events to services #29

Closed rmichela closed 2 months ago

rmichela commented 7 years 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.

rmichela commented 2 months ago

Implemented by the gRPC Spring Boot Starter in gRPC Ecosystem https://github.com/grpc-ecosystem/grpc-spring