Package-level declarations

Types

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

The method to authenticate the user of the client at the server.

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

An indication of how the data point should be mapped to OpenTelemetry.

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

An indication of how the event should be mapped to OpenTelemetry.

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

Format of the schema.

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

Type of the schema.

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

Type of managed service identity (either system assigned, or none).

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

When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.