streaming#

Wrapper over the streaming grpc services of Fluent.

Classes:

StreamingService(stub, request, metadata)

Class wrapping the streaming gRPC services of Fluent.

class ansys.fluent.core.services.streaming.StreamingService(stub, request, metadata)#

Bases: object

Class wrapping the streaming gRPC services of Fluent.

Methods

begin_streaming(started_evt)

Begin streaming from Fluent.

end_streaming()

End streaming from Fluent.

Methods:

__init__(stub, request, metadata)

__init__ method of StreamingService class.

begin_streaming(started_evt)

Begin streaming from Fluent.

end_streaming()

End streaming from Fluent.

__init__(stub, request, metadata)#

__init__ method of StreamingService class.

begin_streaming(started_evt)#

Begin streaming from Fluent.

Return type:

Generator

end_streaming()#

End streaming from Fluent.

Return type:

None