Interface Messageable

All Known Subinterfaces:
Request, RequestWrapper, Session
All Known Implementing Classes:
ClusterRequest, Connection, EmptyRequest, RequestMock.ClusterRequestMock, RestRequest, TcpRequest, UdpRequest, WebsocketRequest

public interface Messageable
Defines a set of operations supported by the messaging implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write​(Object object)
    Writes an object to the connection that backs the current request.
  • Method Details

    • write

      void write(Object object)
      Writes an object to the connection that backs the current request.
      Parameters:
      object - the object to be written.