ApplicationPhase

object ApplicationPhase

Standard phases for application call pipelines

Properties

Link copied to clipboard
val Call: <ERROR CLASS>

Phase for processing a call and sending a response

Link copied to clipboard
val Fallback: <ERROR CLASS>

Phase for handling unprocessed calls

Link copied to clipboard
val Features: <ERROR CLASS>

Phase for plugins. Most plugins should intercept this phase.

Link copied to clipboard
val Monitoring: <ERROR CLASS>

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

Link copied to clipboard
val Plugins: <ERROR CLASS>

Phase for plugins. Most plugins should intercept this phase.

Link copied to clipboard
val Setup: <ERROR CLASS>

Phase for preparing call and it's attributes for processing