| Modifier and Type | Method and Description |
|---|---|
static HttpResponseInterceptorDescriptorBuilder |
HttpResponseInterceptorDescriptor.builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptorDescriptorBuilder |
HttpResponseInterceptorDescriptorBuilder.expression(Consumer<ExpressionHttpResponseInterceptorDescriptionBuilder> builderConfigurator)
Defines an expression based descriptor, it gets added to the chain of interceptors.
|
HttpResponseInterceptorDescriptorBuilder |
HttpResponseInterceptorDescriptorBuilder.when(PreconditionHttpResponseInterceptorDelegateDescriptorBuilder.Matcher preconditionMatcher,
Consumer<PreconditionHttpResponseInterceptorDelegateDescriptorBuilder> builderConfigurator)
Defines a conditional descriptor, it gets added to the chain of interceptors.
|
Copyright © 2022. All rights reserved.