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