com.apama.cumulocity.devices
Event DevicePublisher


DevicePublisher event representing a publisher connection for a specific tenant and transport. Contains methods to retrieve sender channel details.

Note: The DevicePublisher is currently in public preview and may be subject to change in future.
Action summary
 stringgetSendChannel()

Returns the sending channel name.
 stringgetTenantID()

Returns the tenant identifier.
 stringgetTransportName()

Returns the transport name (e.g., "mqtt").
 
Action detail

getSendChannel

string getSendChannel()
Returns the sending channel name.

getTenantID

string getTenantID()
Returns the tenant identifier.

getTransportName

string getTransportName()
Returns the transport name (e.g., "mqtt").