Skip to content

low-rb/low_event

Repository files navigation

Gem version

LowEvent

LowEvent formalises an event-driven architecture with easy to understand events.

Creating Events

Inherit from LowEvent or use one of the events defined by LowEvent.

ResponseEvent

response = Low::Events::ResponseFactory.response(body: 'HTML/JSON')
Low::Events::ResponseEvent.new(response:)

About

Observable events

Resources

License

Stars

Watchers

Forks

Packages

No packages published