Class InterceptorCfg
java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.BaseExternalCodeCfg
io.camunda.zeebe.gateway.impl.configuration.InterceptorCfg
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.
-
Field Summary
Fields inherited from class io.camunda.zeebe.gateway.impl.configuration.BaseExternalCodeCfg
className, id, jarPath -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.zeebe.gateway.impl.configuration.BaseExternalCodeCfg
equals, getClassName, getId, getJarPath, hashCode, isExternal, setClassName, setId, setJarPath