Interface ControllerConfigurationProcessor
- All Known Implementing Classes:
ImportHelperControllerConfigurationProcessor
,MergeQueryControllerConfigurationProcessor
,RevertHelperControllerConfigurationProcessor
,TelemetryHelperControllerConfigurationProcessor
public interface ControllerConfigurationProcessor
Configuration processors are invoked during startup of the iris_controller process.
"apply" returns a boolean true if it changes anything.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(com.fishlib.io.logger.Logger log, PqStorage pqStorage, AtomicLong nextSerial)
-
Method Details
-
apply
boolean apply(@NotNull com.fishlib.io.logger.Logger log, @Nullable PqStorage pqStorage, @NotNull AtomicLong nextSerial) throws PqStorageException - Throws:
PqStorageException
-