Trooba

Enforcing delivery

To make sure a specific message type or request/response reaches the destination, one can set validate options.

If the message does not reach the target, the error will be thrown back to the caller.

Trooba
.use()
.build()
.create({
    validate: {
        request: true,
        response: true
    }
})
.request('request', function () {
    console.log(route);
});
EDIT

Contributors

Helpful? You can thank these awesome people! You can also edit this doc if you see any issues or want to improve it.