Uses of Interface
io.helidon.service.registry.Interception.Interceptor.Chain
Packages that use Interception.Interceptor.Chain
Package
Description
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
).-
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<V> V
Interception.Interceptor.proceed
(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) Called during interception of the target V.