IPWorks IoT 2020 Python Edition

Questions / Feedback?

on_link_ready_to_send Event

Fires when a sender link is ready to send messages.

Syntax

class AMQPLinkReadyToSendEventParams(object):
  @property
  def link_name() -> str: ...
  @property
  def link_index() -> int: ...

# In class AMQP:
@property
def on_link_ready_to_send() -> Callable[[AMQPLinkReadyToSendEventParams], None]: ...
@on_link_ready_to_send.setter
def on_link_ready_to_send(event_hook: Callable[[AMQPLinkReadyToSendEventParams], None]) -> None: ...

Remarks

This event fires when a sender link is ready to send messages.

LinkName is the name of the sender link.

LinkIndex is the index of the sender link in the Link* properties.

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