Interface for a text message.
Definition TextMessage.h:41
virtual std::string getText() const =0
Gets the message character buffer.
virtual void setText(const std::string &msg)=0
Sets the message contents.
virtual void setText(const char *msg)=0
Sets the message contents, does not take ownership of the passed char*, but copies it instead.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23