Uses of Interface
io.helidon.pico.api.InvocationContext
Packages that use InvocationContext
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico runtime services.
-
Uses of InvocationContext in io.helidon.pico.api
Methods in io.helidon.pico.api with parameters of type InvocationContextModifier and TypeMethodDescription<V> VInterceptor.proceed(InvocationContext ctx, Interceptor.Chain<V> chain, Object... args) Called during interception of the target V. -
Uses of InvocationContext in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return InvocationContextMethods in io.helidon.pico.runtime with parameters of type InvocationContextModifier and TypeMethodDescriptionstatic <V> VInvocation.createInvokeAndSupply(InvocationContext ctx, Supplier<V> call, Object... args) Creates an instance ofInvocationand invokes it in this context.