Package org.openspaces.events.polling
package org.openspaces.events.polling
A polling event container generating events by performing polling receive operations.
-
ClassDescriptionMarks an event listener as polled event listener.Polling container service details.Polling container service monitors.An annotation marking a method as one that is responsible to return a
ReceiveOperationHandlerto be used with a polling container.A simplified programmatic configuration that forSimplePollingEventListenerContainer.Event listener container variant that uses plain Space take API, specifically a loop ofGigaSpace.take(Object, long)calls that also allow for transactional reception of messages.An annotation marking a method as one that is responsible to return aTriggerOperationHandlerto be used with a polling container.