Package-level declarations

Types

Link copied to clipboard
enum DeviceLogLevel : Enum<DeviceLogLevel> , ConvertibleToJava<DeviceLogLevel>

Beta Feature The logging verbosity for device activity. If unspecified, DeviceRegistry.log_level will be used.

Link copied to clipboard
enum GatewayConfigGatewayAuthMethod : Enum<GatewayConfigGatewayAuthMethod> , ConvertibleToJava<GatewayConfigGatewayAuthMethod>

Indicates how to authorize and/or authenticate devices to access the gateway.

Link copied to clipboard
enum GatewayConfigGatewayType : Enum<GatewayConfigGatewayType> , ConvertibleToJava<GatewayConfigGatewayType>

Indicates whether the device is a gateway.

Link copied to clipboard
enum HttpConfigHttpEnabledState : Enum<HttpConfigHttpEnabledState> , ConvertibleToJava<HttpConfigHttpEnabledState>

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.

Link copied to clipboard
enum MqttConfigMqttEnabledState : Enum<MqttConfigMqttEnabledState> , ConvertibleToJava<MqttConfigMqttEnabledState>

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

Link copied to clipboard
enum PublicKeyCertificateFormat : Enum<PublicKeyCertificateFormat> , ConvertibleToJava<PublicKeyCertificateFormat>

The certificate format.

Link copied to clipboard
enum PublicKeyCredentialFormat : Enum<PublicKeyCredentialFormat> , ConvertibleToJava<PublicKeyCredentialFormat>

The format of the key.

Link copied to clipboard
enum RegistryLogLevel : Enum<RegistryLogLevel> , ConvertibleToJava<RegistryLogLevel>

Beta Feature The default logging verbosity for activity from devices in this registry. The verbosity level can be overridden by Device.log_level.