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