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