public interface AlertTemplate
| Modifier and Type | Method and Description |
|---|---|
default String |
getMessageFromTemplate(String content,
ShowType showType)
default showAll is true
|
String |
getMessageFromTemplate(String content,
ShowType showType,
boolean showAll)
get a message from a specified alert template
|
String getMessageFromTemplate(String content, ShowType showType, boolean showAll)
content - alert message contentshowType - show typeshowAll - whether to show allCopyright © 2021 The Apache Software Foundation. All rights reserved.