See: Description
Interface | Description |
---|---|
InboundUnitRunnable |
Interface for inbound runnables.
|
RouteUnitRunnable |
Interface for route execution work units.
|
ThreadingService |
Engine-level threading services.
|
TimerUnit |
Timer processing unit.
|
Class | Description |
---|---|
EngineThreadFactory |
Thread factory for threading options.
|
InboundUnitSendAvro |
Inbound work unit processing a map event.
|
InboundUnitSendDOM |
Inbound unit for DOM events.
|
InboundUnitSendEvent |
Inbound unit for unwrapped events.
|
InboundUnitSendMap |
Inbound work unit processing a map event.
|
InboundUnitSendObjectArray |
Inbound work unit processing a map event.
|
InboundUnitSendWrapped |
Inbound unit for wrapped events.
|
OutboundUnitRunnable |
Outbound unit.
|
RouteUnitMultiple |
Route execution work unit.
|
RouteUnitSingle |
Route unit for single match.
|
ThreadingOption |
Ctor
|
ThreadingServiceImpl |
Implementation for engine-level threading.
|
TimerUnitMultiple |
Timer unit for multiple callbacks for a statement.
|
TimerUnitSingle |
Timer unit for a single callback for a statement.
|
This package contains classes to advanced threading options.