Part of vmc.contrib.axiom.iaxiom View In Hierarchy
Receives notification of the existence of Items of a particular type.
{IReliableListener} providers are given toIBatchProcessor.addReliableListener
and will then have processItem
called with items handled by that processor.
Method | processItem | Callback notifying this listener of the existence of the given item. |
Method | suspend | Invoked when notification for this listener is being temporarily |
Method | resume | Invoked when notification for this listener is being resumed. |
Invoked when notification for this listener is being temporarily suspended.
This should clean up any ephemeral resources held by this listener and generally prepare to not do anything for a while.Invoked when notification for this listener is being resumed.
Any actions taken bysuspend
may be reversed by this method.