Uses of Annotation Interface
io.helidon.service.registry.Interception.Intercepted
Packages that use Interception.Intercepted
Package
Description
Helidon Fault Tolerance Support.
Helidon Transactions.
-
Uses of Interception.Intercepted in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with annotations of type Interception.InterceptedModifier and TypeClassDescriptionstatic @interface
Runs the annotated method asynchronously.static @interface
Bulkhead protects a resource that cannot serve unlimited parallel requests.static @interface
The annotated method (or all methods on annotated type) will have circuit breaker according to the configuration.static @interface
The annotated method will fallback to the defined method on failure.static @interface
The annotated method (or all methods on annotated type) will be retried according to the configuration.static @interface
The annotated method (or all methods on annotated type) will time out according to the configuration. -
Uses of Interception.Intercepted in io.helidon.transaction
Classes in io.helidon.transaction with annotations of type Interception.InterceptedModifier and TypeClassDescriptionstatic @interface
Annotated method will be executed with managed transaction ofTx.Type.MANDATORY
type.static @interface
Annotated method will be executed with managed transaction ofTx.Type.NEVER
type.static @interface
Annotated method will be executed with managed transaction ofTx.Type.NEW
type.static @interface
Annotated method will be executed with managed transaction ofTx.Type.REQUIRED
type.static @interface
Annotated method will be executed with managed transaction ofTx.Type.SUPPORTED
type.static @interface
Annotated method will be executed with managed transaction ofTx.Type.UNSUPPORTED
type.