Package org.oddjob.beanbus
package org.oddjob.beanbus
A simple pipeline processing framework intended for beans but actually supporting any java Object.
-
ClassDescriptionAbstractFilter<F,
T> For Standard Filter Components to extend.Provides co-ordination for a Bean Bus.BusDriver<T>Marker interface for things that can be part of a bean bus and drive beans down the bus.BusFilter<F,T> A bus component that is a filter in the Pipes and Filters design pattern sense.Provide a service for buses.Something that provides aConductorService.Annotate that a method is to have the destination set for anOutbound.Outbound<T>A bus component that has a single standard destination.A Simple Bus Conductor that manages the lifecycle of components.