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