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

    Modifier and Type
    Method
    Description
    invoke(jakarta.interceptor.InvocationContext cdiCtx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Interceptor method that call Micronaut interceptors for a CDI bean.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • invoke

      public Object invoke(jakarta.interceptor.InvocationContext cdiCtx)
      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