See: Description
| Interface | Description |
|---|---|
| BusConductor |
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.
|
| ConductorService |
Provide a service for buses.
|
| ConductorServiceProvider |
Something that provides a
ConductorService. |
| Outbound<T> |
A bus component that has a single standard destination.
|
| Class | Description |
|---|---|
| AbstractFilter<F,T> |
For Standard Filter Components to extend.
|
| BadBeanTransfer<T> | |
| SimpleBusConductor |
A Simple Bus Conductor that manages the lifecycle of components.
|
| SimpleConductorService |
| Exception | Description |
|---|---|
| BusCrashException | |
| BusException |
| Annotation Type | Description |
|---|---|
| Destination |
Annotate that a method is to have the destination set for an
Outbound. |
A simple pipeline processing framework intended for beans but actually supporting any java Object.