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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      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