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