Interface MessageHandler


public interface MessageHandler
Callback API for inbound messages.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Information about the message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback for an inbound message.
  • Method Details

    • handle

      void handle(MessageHandler.Context context, Message message)
      Callback for an inbound message.
      Parameters:
      context - context on the message
      message - the message