Class GrpcRequestScope

java.lang.Object
net.devh.boot.grpc.server.scope.GrpcRequestScope
All Implemented Interfaces:
Context.CancellationListener, ServerInterceptor, BeanFactoryPostProcessor, Scope

The scope for beans that have their lifecycle bound to the grpc Context.

Note: If you write the @Bean definition of this class, you must use the static keyword.