eventize v0.2.0
  • Pages
  • Modules

    View Source Eventize.EventSourcedProcess.ExecutionPipeline (eventize v0.2.0)

    The Eventize.ExecutionPipeline used to execute incoming messages to a process.

    Link to this section Summary

    Types

    execution_pipeline()

    Functions

    build_pipeline(steps)

    Link to this section Types

    Link to this type

    execution_pipeline()

    View Source
    @type execution_pipeline() ::
      (Eventize.EventSourcedProcess.ExecutionPipeline.ExecutionContext.t() ->
         Eventize.EventSourcedProcess.ExecutionPipeline.ExecutionContext.t())

    Link to this section Functions

    Link to this function

    build_pipeline(steps)

    View Source
    @spec build_pipeline([
      Eventize.EventSourcedProcess.ExecutionPipeline.PipelineStep.pipeline_step()
      | atom()
    ]) :: [execution_pipeline()]

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language