Package org.apache.activemq.store
Interface IndexListener
public interface IndexListener
callback when the index is updated, allows ordered work to be seen by destinations
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidonAdd(IndexListener.MessageContext messageContext) called with some global index lock held so that a listener can do order dependent work non null MessageContext.onCompletion called when work is done
-
Method Details
-
onAdd
called with some global index lock held so that a listener can do order dependent work non null MessageContext.onCompletion called when work is done
-