Uses of Interface
io.helidon.service.registry.Interception.Interceptor.Chain
Packages that use Interception.Interceptor.Chain
Package
Description
Helidon Fault Tolerance Support.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).Helidon WebServer HTTP specific APIs.
-
Uses of Interception.Interceptor.Chain in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance with parameters of type Interception.Interceptor.ChainModifier and TypeMethodDescription<V> V
FtSupport.AsyncMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> V
FtSupport.BulkheadMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> V
FtSupport.CircuitBreakerMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> V
FtSupport.FallbackMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> V
FtSupport.RetryMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> V
FtSupport.TimeoutMethod.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) -
Uses of Interception.Interceptor.Chain in io.helidon.service.registry
Methods in io.helidon.service.registry with parameters of type Interception.Interceptor.ChainModifier and TypeMethodDescription<T> T
Interception.EntryPointInterceptor.proceed
(InterceptionContext invocationContext, Interception.Interceptor.Chain<T> chain, Object... args) Deprecated.Handle entry point interception.<V> V
Interception.Interceptor.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) Called during interception of the target V. -
Uses of Interception.Interceptor.Chain in io.helidon.webserver.http
Subinterfaces of Interception.Interceptor.Chain in io.helidon.webserver.httpModifier and TypeInterfaceDescriptionstatic interface
Invocation chain for HTTP Entry point.