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