Share via


MessagingEndpoints interface

Connection endpoint URL a device can use to connect to a service.

Properties

inbound

Set of endpoints to connect to the device.

outbound

Set of endpoints a device can connect to.

Property Details

inbound

Set of endpoints to connect to the device.

inbound?: Record<string, InboundEndpoints>

Property Value

Record<string, InboundEndpoints>

outbound

Set of endpoints a device can connect to.

outbound?: OutboundEndpoints

Property Value