Class MessageParser
- java.lang.Object
-
- org.openmetadata.service.resources.feeds.MessageParser
-
public final class MessageParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageParser.EntityLink
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<MessageParser.EntityLink>getEntityLinks(String message)Parse the message and get the mentions
-
-
-
Method Detail
-
getEntityLinks
public static List<MessageParser.EntityLink> getEntityLinks(String message)
Parse the message and get the mentions
-
-