GatewayInterceptorConfiguration

The configuration for an interceptor on a gateway. This structure defines settings for an interceptor that will be invoked during the invocation of the gateway.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for the input of the interceptor. This field specifies how the input to the interceptor is constructed

Link copied to clipboard

The supported points of interception. This field specifies which points during the gateway invocation to invoke the interceptor

Link copied to clipboard

The infrastructure settings of an interceptor configuration. This structure defines how the interceptor can be invoked.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String