MessageT
- The message type of which the message factory shall create instance of.@Deprecated public interface MessageFactory<MessageT extends Message>
MessageT
Modifier and Type | Method and Description |
---|---|
MessageT |
newMessage(String content)
Deprecated.
Instantiates the message type
MessageT from the given message content. |
Copyright © 2021 SAP SE. All rights reserved.