Interface MessageListTransportCallback


  • public interface MessageListTransportCallback
    An interface for callbacks to be invoked after transportation (successful or not) of a MessageList
    • Method Detail

      • success

        void success​(MessageList messageList)
        Callback for the successful transportation of a MessageList
      • failure

        void failure​(MessageList messageList,
                     java.lang.Throwable e)
        Callback for the unsuccessful transportation of a MessageList
        Parameters:
        e - Throwable error that causes the unsuccessful transportation