events#

Wrapper over the events gRPC service of CFX.

Classes:

EventsService(channel, metadata, engine_version)

Wraps the events gRPC service of CFX.

class ansys.cfx.core.services.events.EventsService(channel: Channel, metadata: List[Tuple[str, str]], engine_version: CFXVersion)#

Bases: StreamingService

Wraps the events gRPC service of CFX.

Methods:

__init__(channel, metadata, engine_version)

Initialize an instance of the EventsService class.

__init__(channel: Channel, metadata: List[Tuple[str, str]], engine_version: CFXVersion)#

Initialize an instance of the EventsService class.