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