Package | Description |
---|---|
com.espertech.esper.core.thread |
This package contains classes to advanced threading options.
|
Modifier and Type | Class and Description |
---|---|
class |
InboundUnitSendAvro
Inbound work unit processing a map event.
|
class |
InboundUnitSendDOM
Inbound unit for DOM events.
|
class |
InboundUnitSendEvent
Inbound unit for unwrapped events.
|
class |
InboundUnitSendMap
Inbound work unit processing a map event.
|
class |
InboundUnitSendObjectArray
Inbound work unit processing a map event.
|
class |
InboundUnitSendWrapped
Inbound unit for wrapped events.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadingServiceImpl.submitInbound(InboundUnitRunnable unit) |
void |
ThreadingService.submitInbound(InboundUnitRunnable unit)
Submit inbound work unit.
|