This repository was archived by the owner on Jan 6, 2021. It is now read-only.
Releases: fullstackers/bus.io-common
Releases · fullstackers/bus.io-common
Dependency Updates
Updated dependencies
API Updates
The Controller
has a new method errored
that when invoked will respond to the sender that his event processing has errored.
Builder interface updates
The Builder
interface matches similar to the Controller
interface with the exception of the shorthand methods. There was also a bug fix with the builder when calling deliver()
with multiple arguments.