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