Interface WrappedMessageHandler

    • Method Detail

      • getMaxMessageSize

        long getMaxMessageSize()
        Returns the maximum message size supported by this handler.
        Returns:
        the maximum message size
      • getWrappedHandler

        MessageHandler getWrappedHandler()
        Returns the wrapped message handler, or null if the underlying POJO is not a message handler.
        Returns:
        the wrapped message handler