Class RegistrationConstants

java.lang.Object
org.eclipse.hono.util.RequestResponseApiConstants
org.eclipse.hono.util.RegistrationConstants

public final class RegistrationConstants extends RequestResponseApiConstants
Constants & utility methods used throughout the Registration API.
  • Field Details

    • ACTION_ASSERT

      public static final String ACTION_ASSERT
      The AMQP 1.0 subject to use for the assert device registration operation.
      See Also:
    • FIELD_DATA

      public static final String FIELD_DATA
      The name of the field containing a device's registration information. May be used when getting registration data in order to create the response to the assert device registration operation (which won't contain such a field though).
      See Also:
    • FIELD_VIA

      public static final String FIELD_VIA
      The name of the field in a response to the assert Device Registration operation that contains the identifiers of those gateways that may act on behalf of the device.
      See Also:
    • FIELD_DOWNSTREAM_MESSAGE_MAPPER

      public static final String FIELD_DOWNSTREAM_MESSAGE_MAPPER
      The name of the downstream mapper used. This mapper should be configured for the adapter and can be referenced using this field.
      See Also:
    • FIELD_UPSTREAM_MESSAGE_MAPPER

      public static final String FIELD_UPSTREAM_MESSAGE_MAPPER
      The name of the upstream mapper used. This mapper should be configured for the adapter and can be referenced using this field.
      See Also:
    • REGISTRATION_ENDPOINT

      public static final String REGISTRATION_ENDPOINT
      The name of the Device Registration API endpoint.
      See Also:
    • FIELD_COMMAND_ENDPOINT

      public static final String FIELD_COMMAND_ENDPOINT
      Top level property name of a command endpoint.
      See Also:
    • FIELD_COMMAND_ENDPOINT_HEADERS

      public static final String FIELD_COMMAND_ENDPOINT_HEADERS
      The name of the property containing the headers for a command endpoint.
      See Also:
    • FIELD_COMMAND_ENDPOINT_URI

      public static final String FIELD_COMMAND_ENDPOINT_URI
      The name of the property containing the uri format for a command endpoint.
      See Also:
    • FIELD_COMMAND_ENDPOINT_PAYLOAD_PROPERTIES

      public static final String FIELD_COMMAND_ENDPOINT_PAYLOAD_PROPERTIES
      The name of the property containing the additional payload properties for a command endpoint.
      See Also: