
Interface ICanNullPayload
public interface ICanNullPayload
IMessage implementations that implement this method can have their payloads nulled if the message
is too large to be submitted to the broker.
-
Method Summary
-
Method Details
-
setPayloadToNull
void setPayloadToNull()Set the payload of the message to null
-