ScannerConfiguration.ScanConfiguration

public enum ScanConfiguration

Available scan types.

They are not accessible to a developer. They are inferred according to the passed configurations to the Builder.

Enum Constants

CONTINUOUS

public static final ScannerConfiguration.ScanConfiguration CONTINUOUS

The scanning will be continuous. A new STOPPED configuration is needed to stop the scanning.

CYCLIC

public static final ScannerConfiguration.ScanConfiguration CYCLIC

The scanner will cycle continuously between scan on and off.

ONE_SHOT

public static final ScannerConfiguration.ScanConfiguration ONE_SHOT

A single scan. The scanner will got to STOPPED state after a de.sensry.kallisto.service.listeners.events.SystemEventType.SCAN_STOPPED event.

STOPPED

public static final ScannerConfiguration.ScanConfiguration STOPPED

The scanner is stopped.