Class DeviceConnectionConstants


  • public final class DeviceConnectionConstants
    extends RequestResponseApiConstants
    Constants & utility methods used throughout the Device Connection API.
    • Field Detail

      • DEFAULT_CACHE_NAME

        public static final String DEFAULT_CACHE_NAME
        The default name of the (remote) cache in the data grid that is use for storing device connection information.
        See Also:
        Constant Field Values
      • FIELD_GATEWAY_ID

        public static final String FIELD_GATEWAY_ID
        The name of the field that contains the identifier of a gateway.
        See Also:
        Constant Field Values
      • FIELD_LAST_UPDATED

        public static final String FIELD_LAST_UPDATED
        The name of the optional field in the result of the get last known gateway for device operation that contains the date when the last known gateway id was last updated.
        See Also:
        Constant Field Values
      • FIELD_ADAPTER_INSTANCES

        public static final String FIELD_ADAPTER_INSTANCES
        The name of the field that contains the list of objects with protocol adapter instance id and device id.
        See Also:
        Constant Field Values
      • FIELD_ADAPTER_INSTANCE_ID

        public static final String FIELD_ADAPTER_INSTANCE_ID
        The name of the field that contains the identifier of the protocol adapter instance.
        See Also:
        Constant Field Values
      • FIELD_GATEWAY_IDS

        public static final String FIELD_GATEWAY_IDS
        The name of the field that contains the array of gateway ids.
        See Also:
        Constant Field Values
      • DEVICE_CONNECTION_ENDPOINT

        public static final String DEVICE_CONNECTION_ENDPOINT
        The name of the Device Connection API endpoint.
        See Also:
        Constant Field Values
      • EVENT_BUS_ADDRESS_DEVICE_CONNECTION_IN

        public static final String EVENT_BUS_ADDRESS_DEVICE_CONNECTION_IN
        The vert.x event bus address to which inbound device state messages are published.
        See Also:
        Constant Field Values