ApplicationPhase

object ApplicationPhase

Standard phases for application call pipelines

Properties

Link copied to clipboard
val Call: PipelinePhase

Phase for processing a call and sending a response

Link copied to clipboard
val Fallback: PipelinePhase

Phase for handling unprocessed calls

Link copied to clipboard
val Features: PipelinePhase

Phase for features. Most features should intercept this phase.

Link copied to clipboard
val Monitoring: PipelinePhase

Phase for tracing calls, useful for logging, metrics, error handling and so on

Link copied to clipboard
val Setup: PipelinePhase

Phase for preparing call and it's attributes for processing