| Interface | Description |
|---|---|
| RouteBuilder |
Builder class for creating a data route
|
| RouteComponent |
Component in a route definition
|
| RouteComponent.Action |
Similar to a
CodeBlock except this interface is specifically for
data producers |
| RouteMulticast |
Route element for enforcing that users call
RouteMulticast.to() immediately after declaring a multicast |
| RouteSplit |
RouteComponent for enforcing that users call
RouteSplit.index(int) immediately after splitting data |
| Enum | Description |
|---|---|
| RouteComponent.AccountType |
Types of information the accounter processor can append to the data
|