| Interface | Description |
|---|---|
| MultiRecipientRouter<T> |
Contract for a Routing operation.
|
| Router<T> | Deprecated
use either the SingleRecipientRouter or MultiRecipientRouter
|
| SingleRecipientRouter<T> |
Contract for a Routing operation.
|
| Exception | Description |
|---|---|
| RouterException |
Exception representing a problem calculating a routing
This should only ever be thrown from within a Router's onEvent method, signifying that router's failure to calculate
route
|
| UnroutableEventException |
Exception for when an Event can't be routed.
|
Copyright © 2007-2016 Ikasan. All Rights Reserved.