Interface InboxProcessorService

  • All Superinterfaces:
    Sweepable
    All Known Implementing Classes:
    InboxProcessorServiceImpl

    public interface InboxProcessorService
    extends Sweepable
    Author:
    zaporozhec interface that provides functionality to process inbox.
    • Method Detail

      • processUnseenFromInbox

        void processUnseenFromInbox()
                             throws Exception
        method reads inbox and process unseen messages.
        Throws:
        Exception