chaseEdge abstract method

DeliveryMapping? chaseEdge(
  1. MessageEnvelope envelope, {
  2. StepTracer? stepTracer,
})

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,
});