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