Class StringJSInterceptor

All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<StringRequest,StringResponse>, Interceptor<StringRequest,StringResponse>, Plugin

public class StringJSInterceptor extends AbstractJSInterceptor<StringRequest,StringResponse>
  • Constructor Details

    • StringJSInterceptor

      public StringJSInterceptor(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)