Uses of Interface
org.ikasan.spec.monitor.Notifier
-
-
Uses of Notifier in org.ikasan.spec.monitor
Subinterfaces of Notifier in org.ikasan.spec.monitor Modifier and Type Interface Description interfaceFlowNotifier<NOTIFICATION>Marker interface to identify flow notifiers.interfaceJobNotifier<NOTIFICATION>Marker interface to identify job notifiers.Methods in org.ikasan.spec.monitor that return types with arguments of type Notifier Modifier and Type Method Description java.util.List<Notifier>Monitor. getNotifiers()Get the notifiers registered with this monitorMethod parameters in org.ikasan.spec.monitor with type arguments of type Notifier Modifier and Type Method Description voidMonitor. setNotifiers(java.util.List<Notifier> notifiers)Set the notifiers to which the monitor brokers notifications
-