async_events library

Asynchronous event hub library.

Mixins

AsyncCaller
An async call handler with retry support.
AsyncEventStorageAsJSON
Wraps AsyncEventStorage's calls returning JSON values. Useful to implement a storage server.
AsyncEventStorageFromJSON
Wraps an AsyncEventStorageAsJSON instance converting JSON results int objects. Useful to implement a storage client.
WithLastEventID

Typedefs

AsyncEventListener = FutureOr Function(AsyncEvent event)
AsyncEventMatcher = bool Function(AsyncEvent event)

Exceptions / Errors

AsyncEventError
An error while handling an AsyncEvent.