events
Concerns the service events Feathers emits.
| Name | Category | Description |
|---|---|---|
muteEvent | hooks | Suppresses the service event for the current call by setting Useful for seeding, migrations and internal syncs that should not trigger
downstream listeners. Works as a |
waitForServiceEvent | utils | Wait for a service event to fire and resolve with the emitted record. Useful
in tests to await the result of an asynchronous service event, a bit like
Curried: bind the Feathers emits events as |
See all tags for the full vocabulary.
