@Beta public class OutboundDeliveryChangedMessageFactory extends Object implements MessageFactory<OutboundDeliveryChangedMessage>
MessageFactory
interface to encapsulate the creation of a
OutboundDeliveryChangedMessage
.Constructor and Description |
---|
OutboundDeliveryChangedMessageFactory() |
Modifier and Type | Method and Description |
---|---|
OutboundDeliveryChangedMessage |
newMessage(String content)
Creates a new
OutboundDeliveryChangedMessage with the content of the message content/payload. |
public OutboundDeliveryChangedMessageFactory()
@Nonnull public OutboundDeliveryChangedMessage newMessage(@Nonnull String content)
OutboundDeliveryChangedMessage
with the content of the message content/payload.newMessage
in interface MessageFactory<OutboundDeliveryChangedMessage>
content
- The content/payload of the message.Copyright © 2019 SAP SE. All rights reserved.