event_nanny v0.1.0 EventNanny
Nanny for a GenEvent handler
This Application will create the Supervisor and manager under the same Parent Supervisor and every handler will be take care by GenServer and restart it when exit abnormally.
Summary
Functions
Sends a ack event notification
Adds a monitored event handler
Makes a synchronous call the the event handler
Sends an event notification
Removes an event handler
Starts the Nanny
Adds handler from app configuration
Stops the Nanny
Returns a stream that consumes events
Replaces an old event handler
with a new monitored one
Sends a sync event notification
Returns a list of all event handlers
Functions
Replaces an old event handler
with a new monitored one.