consumers/socket_receive_methods/producer_closed library
Classes
- ProducerClosedOptions
- Options for the producerClosed function.
- ProducerClosedParameters
- Abstract class representing the parameters needed for the producerClosed function.
Functions
-
producerClosed(
ProducerClosedOptions options) → Future< void> - Handles the closure of a producer identified by its remote producer ID. This function updates the consumer transports and triggers close-and-resize operations.
Typedefs
-
ProducerClosedType
= Future<
void> Function(ProducerClosedOptions options) -
Type definition for the
producerClosed
function.