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(DataClient client) throws Throwable
      Receives the incoming Message
      Parameters:
      client - Client who sent
      Throws:
      Throwable