Package com.carfey.ops.event.dispatch
Contains the classes used for custom event notifications.
-
Interface Summary Interface Description EventHook Instances of this class can be registered withEventHooks, and they will be invoked for every notification event that occurs on the running node. -
Class Summary Class Description EventHooks Provides static methods for dealing withEventHookinstances, including methods to register and unregister those that Obsidian should use.RESTfulEventHook A dispatcher that sends notifications to a REST endpointSlackEventHook A dispatcher that sends notifications via Slack's incoming web hooks.StandardOutputStreamsEventHook