Class MQTTWireFormatFactory

java.lang.Object
org.apache.activemq.transport.mqtt.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 Details

    • MQTTWireFormatFactory

      public MQTTWireFormatFactory()
  • Method Details

    • 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)