chaseEdge abstract method
Attempts to route envelope and returns a DeliveryMapping when the
edge accepts the message, or null when it does not apply.
Implementation
DeliveryMapping? chaseEdge(
MessageEnvelope envelope, {
StepTracer? stepTracer,
});