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 defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
abortAction
This action has no specific characteristic
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
View definition of AbortAction for .NET integration.
This action has no related action