BroadcastRequest#

class eclypse.remote.communication.mpi.requests.broadcast.BroadcastRequest[source]#

Bases: MulticastRequest

Request for broadcasting a message to all neighbor services in the network.

Methods

__init__(body, _mpi[, timestamp])

Initializes a BroadcastRequest object.

Attributes

__init__(body, _mpi, timestamp=None)[source]#

Initializes a BroadcastRequest object.

Parameters:
  • 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.