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