Class StreamMessage

java.lang.Object
com.swiftmq.impl.streams.comp.message.Message
com.swiftmq.impl.streams.comp.message.StreamMessage

public class StreamMessage extends Message
Facade to wrap a javax.jms.StreamMessage.
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Details

    • type

      public String type()
      return the type of this Message
      Overrides:
      type in class Message
      Returns:
      "stream"
    • body

      public StreamBody body()
      Returns the body.
      Returns:
      StreamBody