Uses of Enum Class
io.camunda.zeebe.dynamic.config.state.ExporterState.State
Packages that use ExporterState.State
-
Uses of ExporterState.State in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return ExporterState.StateModifier and TypeMethodDescriptionExporterState.state()Returns the value of thestaterecord component.static ExporterState.StateReturns the enum constant of this class with the specified name.static ExporterState.State[]ExporterState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.dynamic.config.state with parameters of type ExporterState.StateModifierConstructorDescriptionExporterState(long metadataVersion, ExporterState.State state, Optional<String> initializedFrom) Creates an instance of aExporterStaterecord class.