Class MicronautInterceptor
java.lang.Object
io.helidon.integrations.micronaut.cdi.MicronautInterceptor
@Interceptor
@Priority(1000)
@Internal
@Deprecated(forRemoval=true,
since="4.4.5")
public class MicronautInterceptor
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use the Helidon Declarative programming model instead
A CDI interceptor that invokes all Micronaut interceptors.
DO NOT USE DIRECTLY. Usage is computed by this CDI extension.
-
Method Summary
-
Method Details
-
invoke
Deprecated, for removal: This API element is subject to removal in a future version.Interceptor method that call Micronaut interceptors for a CDI bean.- Parameters:
cdiCtx- invocation context- Returns:
- response of the method
-