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