abortAction

Description

Abort an exchange at the transport level. This action will close connection between fluxzy and client which may lead to depended exchanges to be aborted too.

Evaluation scope

Evaluation scope defines the timing where this filter will be applied.

requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client

YAML configuration name

abortAction

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

Abort an exchange at the transport level. This action will close connection between fluxzy and client which may lead to depended exchanges to be aborted too.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: AbortAction
    description: Abort

.NET reference

View definition of AbortAction for .NET integration.

See also

This action has no related action


Go back to list