Interface MessagingCallback


public interface MessagingCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback executed when a message is sent to a channel that you have subscribed to.
  • Method Details

    • execute

      void execute(Object data)
      Callback executed when a message is sent to a channel that you have subscribed to.
      Parameters:
      data - data contained in the message