Interface Outbound<T>

Type Parameters:
T -
All Known Subinterfaces:
BusDriver<T>, BusFilter<F,T>
All Known Implementing Classes:
AbstractFilter, BadBeanFilter, Batcher, BeanCopy, BeanDiagnostics, BeanFilter, BeanSheet, BusCollect, BusLimit, BusMap, EventJobBase, EventServiceBase, EventWatchComponent, FileWatchService, ForEvents, IterableBusDriver, ListSource, OutboundEventSource, PathWatchEvents, ScriptParser, SQLResultsBean, SQLResultsSheet, StreamWatcher, TransformerScript, Trigger, UnPack, ValveFilter, When

public interface Outbound<T>
A bus component that has a single standard destination.
Author:
rob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTo(Consumer<? super T> destination)
    Set the out bound destination.
  • Method Details

    • setTo

      void setTo(Consumer<? super T> destination)
      Set the out bound destination.
      Parameters:
      destination -