Class MessageToMessageEncoder<I>

    • Constructor Detail

      • MessageToMessageEncoder

        protected MessageToMessageEncoder()
        Create a new instance which will try to detect the types to match out of the type parameter of the class.
      • MessageToMessageEncoder

        protected MessageToMessageEncoder​(Class<? extends I> outboundMessageType)
        Create a new instance
        Parameters:
        outboundMessageType - The type of messages to match and so encode