Uses of Interface
io.helidon.service.registry.Interception.Interceptor
Packages that use Interception.Interceptor
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
).-
Uses of Interception.Interceptor in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement Interception.InterceptorModifier and TypeClassDescriptionstatic class
A base interceptor service implementation to supportAsync
.static class
A base interceptor service implementation to supportBulkhead
.static class
A base interceptor service implementation to supportFt.CircuitBreaker
.static class
A base interceptor service implementation to supportFallback
.static class
A base interceptor service implementation to supportFt.Retry
.static class
A base interceptor service implementation to supportFt.Timeout
. -
Uses of Interception.Interceptor in io.helidon.service.registry
Subinterfaces of Interception.Interceptor in io.helidon.service.registryModifier and TypeInterfaceDescriptionstatic interface
Interceptor for a specific element and annotation.