Uses of Class
com.floragunn.signals.watch.action.handlers.ActionHandler.Factory
-
Packages that use ActionHandler.Factory Package Description com.floragunn.signals.watch.action.handlers com.floragunn.signals.watch.action.handlers.email com.floragunn.signals.watch.action.handlers.slack -
-
Uses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers
Subclasses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers Modifier and Type Class Description static classIndexAction.Factorystatic classWebhookAction.FactoryMethods in com.floragunn.signals.watch.action.handlers that return ActionHandler.Factory Modifier and Type Method Description ActionHandler.Factory<?>ActionHandler.FactoryRegistry. get(String type)Methods in com.floragunn.signals.watch.action.handlers with parameters of type ActionHandler.Factory Modifier and Type Method Description voidActionHandler.FactoryRegistry. add(ActionHandler.Factory<?>... factories) -
Uses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers.email
Subclasses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers.email Modifier and Type Class Description static classEmailAction.Factory -
Uses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers.slack
Subclasses of ActionHandler.Factory in com.floragunn.signals.watch.action.handlers.slack Modifier and Type Class Description static classSlackAction.Factory
-