Interface MessageIn

All Known Subinterfaces:
MessageObjectIn<K>, MessageStreamIn

public interface MessageIn
Message In Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives the incoming Message
  • Method Details

    • receive

      void receive(DataSender sender) throws Throwable
      Receives the incoming Message
      Parameters:
      sender - Sender who sent
      Throws:
      Throwable