DiscoveredMessagingEndpoints 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, DiscoveredInboundEndpoints>
Property Value
Record<string, DiscoveredInboundEndpoints>
outbound
Set of endpoints a device can connect to.
outbound?: DiscoveredOutboundEndpoints