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