Interface NotificationExecutor
-
public interface NotificationExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(NotificationContext ctx)NotificationExecutorwith(List<NotificationCommand> commands)NotificationExecutorwith(NotificationCommand command)
-
-
-
Method Detail
-
execute
boolean execute(NotificationContext ctx)
-
with
NotificationExecutor with(NotificationCommand command)
-
with
NotificationExecutor with(List<NotificationCommand> commands)
-
-