Options
All
  • Public
  • Public/Protected
  • All
Menu

Overflow policy for Ringbuffer and Reliable Topic operations.

Index

Enumeration members

Enumeration members

FAIL = "FAIL"

Add operations will keep failing until the oldest item in this ringbuffer will reach its time-to-live.

OVERWRITE = "OVERWRITE"

The new item will overwrite the oldest one regardless of the configured time-to-live.

Generated using TypeDoc