Enum QueueFullPolicy

Enum Documentation

enum class iox::popo::QueueFullPolicy : uint8_t

Used by consumers to request a specific behavior from the producer.

Values:

enumerator BLOCK_PRODUCER

Requests the producer to block when the consumer queue is full.

enumerator DISCARD_OLDEST_DATA

Request to discard the oldest data and push the newest one into the queue.