Class ByteArrayProxyJSInterceptor

All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<ByteArrayProxyRequest,ByteArrayProxyResponse>, Interceptor<ByteArrayProxyRequest,ByteArrayProxyResponse>, Plugin

public class ByteArrayProxyJSInterceptor extends AbstractJSInterceptor<ByteArrayProxyRequest,ByteArrayProxyResponse>
  • Constructor Details

    • ByteArrayProxyJSInterceptor

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