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