streaming#
Wrapper over the streaming gRPC services of Fluent.
Classes:
|
Class wrapping the streaming gRPC services of Fluent. |
- class ansys.fluent.core.services.streaming.StreamingService(stub, metadata)#
Bases:
object
Class wrapping the streaming gRPC services of Fluent.
Methods
begin_streaming(request, started_evt, ID, stream_begin_method)
Begin streaming from Fluent.
end_streaming(ID, stream_begin_method)
End streaming
Methods:
__init__
(stub, metadata)__init__ method of StreamingService class.
begin_streaming
(request, started_evt, id, ...)Begin streaming from Fluent.
end_streaming
(id, stream_begin_method)End streaming from Fluent.
- __init__(stub, metadata)#
__init__ method of StreamingService class.
- begin_streaming(request, started_evt, id, stream_begin_method)#
Begin streaming from Fluent.
- end_streaming(id, stream_begin_method)#
End streaming from Fluent.