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

public final class FilterCfg extends BaseExternalCodeCfg
Configuration to load a single extra filter. The BaseExternalCodeCfg.className property is required, and must be a fully qualified name referring to an implementation of
invalid reference
jakarta.servlet.Filter
.

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

    • FilterCfg

      public FilterCfg()
  • Method Details