Class ByteArrayJSInterceptor

All Implemented Interfaces:
ConfigurablePlugin, ExchangeTypeResolver<ByteArrayRequest,ByteArrayResponse>, Interceptor<ByteArrayRequest,ByteArrayResponse>, Plugin

public class ByteArrayJSInterceptor extends AbstractJSInterceptor<ByteArrayRequest,ByteArrayResponse>
  • Constructor Details

    • ByteArrayJSInterceptor

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