Class ConnectableInterceptor
java.lang.Object
io.micronaut.data.connection.interceptor.ConnectableInterceptor
- All Implemented Interfaces:
io.micronaut.aop.Interceptor<Object,
,Object> io.micronaut.aop.MethodInterceptor<Object,
,Object> io.micronaut.core.order.Ordered
@Internal
@Singleton
@InterceptorBean(Connectable.class)
public final class ConnectableInterceptor
extends Object
implements io.micronaut.aop.MethodInterceptor<Object,Object>
Default
Connectable
interceptor.- Since:
- 4.0.0
- Author:
- Denis stepanov
-
Field Summary
Fields inherited from interface io.micronaut.aop.Interceptor
ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGET
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull ConnectionDefinition
getConnectionDefinition
(io.micronaut.inject.ExecutableMethod<Object, Object> executableMethod) int
getOrder()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.aop.MethodInterceptor
intercept
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceio.micronaut.core.order.Ordered
-
intercept
-
getConnectionDefinition
@NonNull public static @NonNull ConnectionDefinition getConnectionDefinition(io.micronaut.inject.ExecutableMethod<Object, Object> executableMethod)
-