Package io.quarkus.grpc.runtime
Class GrpcContainer
- java.lang.Object
-
- io.quarkus.grpc.runtime.GrpcContainer
-
@ApplicationScoped public class GrpcContainer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.enterprise.inject.Instance<io.grpc.ServerInterceptor>interceptors(package private) javax.enterprise.inject.Instance<io.grpc.BindableService>services
-
Constructor Summary
Constructors Constructor Description GrpcContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.enterprise.inject.Instance<io.grpc.BindableService>getServices()(package private) List<io.grpc.ServerInterceptor>getSortedInterceptors()
-
-
-
Method Detail
-
getSortedInterceptors
List<io.grpc.ServerInterceptor> getSortedInterceptors()
-
getServices
public javax.enterprise.inject.Instance<io.grpc.BindableService> getServices()
-
-