org.oddjob.beanbus
Interface Outbound<T>

Type Parameters:
T -
All Known Subinterfaces:
BusFilter<F,T>
All Known Implementing Classes:
AbstractBusComponent, AbstractFilter, BadBeanFilter, Batcher, BeanCapture, BeanCopy, BeanSheet, IterableBusDriver, OnlyFilter, ScriptParser, SQLResultsBean, SQLResultsSheet, TransformerAdaptor, TransformerScript, ValveFilter

public interface Outbound<T>

A bus component that has a single standard destination.

Author:
rob

Method Summary
 void setTo(Collection<? super T> destination)
          Set the out bound destination.
 

Method Detail

setTo

void setTo(Collection<? super T> destination)
Set the out bound destination.

Parameters:
to -