| | |
| | | import com.qianwen.core.notify.template.Template; |
| | | import com.qianwen.core.tool.utils.StringUtil; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/NotifierEvent.class */ |
| | | public class NotifierEvent { |
| | | private boolean success; |
| | | @Nullable |
| | |
| | | private Template template; |
| | | private Map<String, Object> context; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/NotifierEvent$NotifierEventBuilder.class */ |
| | | |
| | | public static class NotifierEventBuilder { |
| | | private boolean success; |
| | | private Throwable cause; |