Class MQTTWireFormatFactory

  • All Implemented Interfaces:
    org.apache.activemq.wireformat.WireFormatFactory

    public class MQTTWireFormatFactory
    extends Object
    implements org.apache.activemq.wireformat.WireFormatFactory
    Creates WireFormat objects that marshalls the Stomp protocol.
    • Constructor Detail

      • MQTTWireFormatFactory

        public MQTTWireFormatFactory()
    • Method Detail

      • createWireFormat

        public org.apache.activemq.wireformat.WireFormat createWireFormat()
        Specified by:
        createWireFormat in interface org.apache.activemq.wireformat.WireFormatFactory
      • getMaxFrameSize

        public int getMaxFrameSize()
      • setMaxFrameSize

        public void setMaxFrameSize​(int maxFrameSize)