View Source Blunt.DispatchStrategy.Default (blunt v0.1.0)

Receives a DispatchContext, locates a message pipeline, and runs the pipeline's ...uh pipeline.

commandpipeline-pipeline

CommandPipeline Pipeline

  1. handle_dispatch

querypipeline-pipeline

QueryPipeline Pipeline

  1. create_query
  2. handle_dispatch

Link to this section Summary

Link to this section Types

Link to this section Functions

Specs

dispatch(context()) :: {:ok, context() | any()} | {:error, context()}

Callback implementation for Blunt.DispatchStrategy.dispatch/1.