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.
    Use BindsInstance instead of passing the ProducerModule into the component. All modules should be abstract.
    An interface for ProductionComponent.Builders that construct GrpcProductionComponent. These always only take a graph (which is constructed with the request) and return the component.
    • Method Detail

      • graph

        Self graph​(G graph)
        Deprecated.
        Sets the graph to use for this component.
      • build

        C build()
        Deprecated.
        Builds and returns the component.