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