pipeline(*components) -> new pipeline component.
Encapsulates the specified set of components and wires them up in a chain (a pipeline) in the order you provided them.
Arguments: - components - the components you want, in the order you want them wired up
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |