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