Interface IndexListener

  • All Known Implementing Classes:
    Queue, TempQueue

    public interface IndexListener
    callback when the index is updated, allows ordered work to be seen by destinations
    • Method Detail

      • onAdd

        void onAdd​(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