Class RegistrationConstants


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

      • ACTION_ASSERT

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

        public static final String ACTION_GET
        The AMQP 1.0 subject to use for the get registration information operation.
        See Also:
        Constant Field Values
      • FIELD_DATA

        public static final String FIELD_DATA
        The name of the field in a response to the get registration information operation that contains a device's registration information.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • FIELD_MAPPER

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

        public static final String REGISTRATION_ENDPOINT
        The name of the Device Registration API endpoint.
        See Also:
        Constant Field Values