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 SummaryFields inherited from interface io.micronaut.aop.InterceptorARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NonNull ConnectionDefinitiongetConnectionDefinition(io.micronaut.inject.ExecutableMethod<Object, Object> executableMethod) intgetOrder()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.aop.MethodInterceptorintercept
- 
Method Details- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- io.micronaut.core.order.Ordered
 
- 
intercept
- 
getConnectionDefinition@NonNull public static @NonNull ConnectionDefinition getConnectionDefinition(io.micronaut.inject.ExecutableMethod<Object, Object> executableMethod) 
 
-