Uses of Interface
io.camunda.zeebe.exporter.api.context.Context.RecordFilter
-
Packages that use Context.RecordFilter Package Description io.camunda.zeebe.exporter.api.context -
-
Uses of Context.RecordFilter in io.camunda.zeebe.exporter.api.context
Methods in io.camunda.zeebe.exporter.api.context with parameters of type Context.RecordFilter Modifier and Type Method Description voidContext. setFilter(Context.RecordFilter filter)Apply the given filter to limit the records which are exported.
-