IPWorks MQ 2020 Python Edition

Questions / Feedback?

on_connection_connected Event

Fired when a client has connected.

Syntax

class AzureRelayReceiverConnectionConnectedEventParams(object):
  @property
  def connection_id() -> int: ...

# In class AzureRelayReceiver:
@property
def on_connection_connected() -> Callable[[AzureRelayReceiverConnectionConnectedEventParams], None]: ...
@on_connection_connected.setter
def on_connection_connected(event_hook: Callable[[AzureRelayReceiverConnectionConnectedEventParams], None]) -> None: ...

Remarks

This event fires when a client has successfully established a WebSocket connection.

ConnectionId identifies the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Python Edition - Version 20.0 [Build 8155]