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