Class InterceptorCfg

java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.BaseExternalCodeCfg
io.camunda.zeebe.gateway.impl.configuration.InterceptorCfg

public final class InterceptorCfg extends BaseExternalCodeCfg
Configuration to load a single extra interceptor. The BaseExternalCodeCfg.className property is required, and must be a fully qualified name referring to an implementation of ServerInterceptor.

Optionally, a BaseExternalCodeCfg.jarPath can be supplied, and the class will be looked up there. Note that the JAR is loaded within an isolated class loader to avoid dependency conflicts, so you must make sure that all dependencies are available in the JAR, or via the gateway itself.

  • Constructor Details

    • InterceptorCfg

      public InterceptorCfg()
  • Method Details