Class MongoJSInterceptor

All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<MongoRequest,MongoResponse>, Interceptor<MongoRequest,MongoResponse>, Plugin

public class MongoJSInterceptor extends AbstractJSInterceptor<MongoRequest,MongoResponse>
  • Constructor Details

    • MongoJSInterceptor

      public MongoJSInterceptor(String name, String pluginClass, String description, InterceptPoint interceptPoint, org.graalvm.polyglot.Source handleSource, org.graalvm.polyglot.Source resolveSource, com.mongodb.client.MongoClient mclient, Map<String,Object> pluginArgs, Map<String,String> contextOptions)