Interface GrpcProductionComponent.GrpcProductionComponentBuilder<G,C extends GrpcProductionComponent,Self extends GrpcProductionComponent.GrpcProductionComponentBuilder>
- 
- Type Parameters:
 G- The graph type.C- The component type.
- Enclosing interface:
 - GrpcProductionComponent<Resp>
 
@Deprecated public static interface GrpcProductionComponent.GrpcProductionComponentBuilder<G,C extends GrpcProductionComponent,Self extends GrpcProductionComponent.GrpcProductionComponentBuilder>Deprecated.UseBindsInstanceinstead of passing theProducerModuleinto the component. All modules should be abstract.An interface forProductionComponent.Builders that constructGrpcProductionComponent. These always only take a graph (which is constructed with the request) and return the component. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Cbuild()Deprecated.Builds and returns the component.Selfgraph(G graph)Deprecated.Sets the graph to use for this component. 
 -