Class TelemetryHelperControllerConfigurationProcessor
java.lang.Object
com.illumon.iris.controller.telemetry.TelemetryHelperControllerConfigurationProcessor
- All Implemented Interfaces:
ControllerConfigurationProcessor
public class TelemetryHelperControllerConfigurationProcessor
extends Object
implements ControllerConfigurationProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(com.fishlib.io.logger.Logger log, PqStorage pqStorage, AtomicLong nextSerial)
-
Constructor Details
-
TelemetryHelperControllerConfigurationProcessor
public TelemetryHelperControllerConfigurationProcessor()
-
-
Method Details
-
apply
public boolean apply(@NotNull com.fishlib.io.logger.Logger log, PqStorage pqStorage, @NotNull AtomicLong nextSerial) throws PqStorageException - Specified by:
apply
in interfaceControllerConfigurationProcessor
- Throws:
PqStorageException
-