public interface WorkQueue
Modifier and Type | Method and Description |
---|---|
void |
add(com.espertech.esper.common.client.EventBean theEvent) |
void |
add(com.espertech.esper.common.client.EventBean theEvent,
com.espertech.esper.common.internal.context.util.EPStatementHandle epStatementHandle,
boolean addToFront,
int precedence) |
boolean |
isFrontEmpty() |
boolean |
processBack(EPEventServiceQueueProcessor epEventService) |
boolean |
processFront(EPEventServiceQueueProcessor epEventService) |
void add(com.espertech.esper.common.client.EventBean theEvent, com.espertech.esper.common.internal.context.util.EPStatementHandle epStatementHandle, boolean addToFront, int precedence)
void add(com.espertech.esper.common.client.EventBean theEvent)
boolean isFrontEmpty()
boolean processFront(EPEventServiceQueueProcessor epEventService)
boolean processBack(EPEventServiceQueueProcessor epEventService)
Copyright © 2005–2022. All rights reserved.