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.UseBindsInstance
instead of passing theProducerModule
into the component. All modules should be abstract.An interface forProductionComponent.Builder
s 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 C
build()
Deprecated.Builds and returns the component.Self
graph(G graph)
Deprecated.Sets the graph to use for this component.
-