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