UnicastRequest.__init__#

UnicastRequest.__init__(recipient_id, body, _mpi, timestamp=None)[source]

Initializes a UnicastRequest object.

Parameters:
  • recipient_id (str) – The ID of the recipient node.

  • body (dict[str, Any]) – The body of the request.

  • _mpi (EclypseMPI) – The MPI interface.

  • timestamp (datetime | None, optional) – The timestamp of the request. Defaults to None.