Interface EPEventServiceQueueProcessor
- All Known Implementing Classes:
EPEventServiceImpl
,EPStageEventServiceImpl
public interface EPEventServiceQueueProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processThreadWorkQueueLatchedSpin
(com.espertech.esper.common.internal.statement.insertintolatch.InsertIntoLatchSpin insertIntoLatch) void
processThreadWorkQueueLatchedWait
(com.espertech.esper.common.internal.statement.insertintolatch.InsertIntoLatchWait insertIntoLatch) void
-
Method Details
-
processThreadWorkQueueLatchedWait
void processThreadWorkQueueLatchedWait(com.espertech.esper.common.internal.statement.insertintolatch.InsertIntoLatchWait insertIntoLatch) -
processThreadWorkQueueLatchedSpin
void processThreadWorkQueueLatchedSpin(com.espertech.esper.common.internal.statement.insertintolatch.InsertIntoLatchSpin insertIntoLatch) -
processThreadWorkQueueUnlatched
-