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
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
inline fun copy(block: GatewayInterceptorConfiguration.Builder.() -> Unit = {}): GatewayInterceptorConfiguration