Interface MessageConverter<M extends ServerMessage,​N extends ServerMessage>

    • Method Detail

      • getInputClass

        Class<M> getInputClass()
      • getOutputClass

        Class<N> getOutputClass()
      • dispose

        void dispose​(N message)