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