com.github.aidensuen.mongo.plugin.Interceptor Maven / Gradle / Ivy
package com.github.aidensuen.mongo.plugin;
public interface Interceptor {
Object intercept(Invocation invocation) throws Throwable;
Object plugin(Object target);
}
package com.github.aidensuen.mongo.plugin;
public interface Interceptor {
Object intercept(Invocation invocation) throws Throwable;
Object plugin(Object target);
}