Plug(splitter,component) -> new Plug component.
A component that 'plugs' the specified component into the specified splitter as a destination for data.
Keyword arguments: - splitter -- splitter component to plug into (any component that accepts addsink(...) and removesink(...) messages on a 'configuration' inbox - component -- component to receive data from the splitter
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. |