Package org.curioswitch.common.server.framework.grpc
-
Interface Summary Interface Description GrpcProductionComponent<Resp> Deprecated. Define theListenableFuture<Resp> execute()
in your components.GrpcProductionComponent.GrpcProductionComponentBuilder<G,C extends GrpcProductionComponent,Self extends GrpcProductionComponent.GrpcProductionComponentBuilder> Deprecated. UseBindsInstance
instead of passing theProducerModule
into the component.GrpcServiceDefinition A definition of a gRPCBindableService
that should be registered to aServer
. -
Class Summary Class Description GrpcGraphUtil A utility for using gRPC with producer graphs.GrpcServiceDefinition.Builder -
Annotation Types Summary Annotation Type Description Unvalidated Qualifier
to use to annotate the request to a gRPC producer graph when usingBindsInstance
.