-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
Replace events in favor of observer hooks with control flow capabilities.
const client = resilient({})
client.observe('before request', function (ctx, next) {
// logic goes here...
})
client.observe('dialing', function (ctx, next) {
// logic goes here...
})
client.observe('retry', function (ctx, next) {
// logic goes here...
})
client.observe('response', function (ctx, next) {
// logic goes here...
})
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity