Package | Description |
---|---|
org.openspaces.events.polling |
A polling event container generating events by performing polling receive operations.
|
org.openspaces.events.polling.trigger |
An abstraction on top of the trigger operation performed before the initiation of transactional receive
operation.
|
Modifier and Type | Method and Description |
---|---|
protected TriggerOperationHandler |
SimplePollingEventListenerContainer.getTriggerOperationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SimplePollingEventListenerContainer.setTriggerOperationHandler(TriggerOperationHandler triggerOperationHandler)
An advance feature allows for pluggable
triggerOperationHandler which mainly makes sense when using transactions. |
SimplePollingContainerConfigurer |
SimplePollingContainerConfigurer.triggerOperationHandler(TriggerOperationHandler triggerOperationHandler) |
Modifier and Type | Class and Description |
---|---|
class |
ReadTriggerOperationHandler
A trigger operation handler that performs read based on the provided template and returns its
result.
|
Copyright © GigaSpaces.