Interface IPullSubscriberMessage

  • All Superinterfaces:
    Runnable

    public interface IPullSubscriberMessage
    extends Runnable
    A message returned from a pull subscriber. The run() method must process the message.
    Author:
    Bruce Skingle
    • Method Detail

      • getMessageId

        String getMessageId()
      • extend

        void extend()