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