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> VFtSupport.AsyncMethod.proceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> VFtSupport.BulkheadMethod.proceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> VFtSupport.CircuitBreakerMethod.proceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> VFtSupport.FallbackMethod.proceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> VFtSupport.RetryMethod.proceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) <V> VFtSupport.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> TInterception.EntryPointInterceptor.proceed(InterceptionContext invocationContext, Interception.Interceptor.Chain<T> chain, Object... args) Deprecated.Handle entry point interception.<V> VInterception.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 interfaceInvocation chain for HTTP Entry point.