Class RawStringMessage

java.lang.Object
org.springframework.messaging.support.GenericMessage<String>
ca.uhn.fhir.broker.api.RawStringMessage
All Implemented Interfaces:
ca.uhn.fhir.rest.server.messaging.IMessage<String>, Serializable, org.springframework.messaging.Message<String>

public class RawStringMessage extends org.springframework.messaging.support.GenericMessage<String> implements ca.uhn.fhir.rest.server.messaging.IMessage<String>
A RawMessage is used to represent messages received from outside the system. The payload of these messages is available as a string. There are no constraints on the contents of the String. It could be an HL7v2 message, JSON, XML, CSV, etc.
See Also: