Uses of Interface
com.swiftmq.impl.streams.comp.memory.limit.Limit
-
Uses of Limit in com.swiftmq.impl.streams.comp.memory
-
Uses of Limit in com.swiftmq.impl.streams.comp.memory.limit
Modifier and TypeClassDescriptionclass
A CountLimit keeps a Memory at a specific number of Messages and removes older Messages if necessary.class
A TimeLimit keeps a Memory at a specific time window (e.g.class
A TimeUnitChangeLimit keeps a Memory at a specific time unit window (e.g.Modifier and TypeMethodDescriptionCountLimit.onRetire
(RetirementCallback callback) Limit.onRetire
(RetirementCallback callback) Sets a callback which is called for each Message that is retired (removed by a Limit).TimeLimit.onRetire
(RetirementCallback callback) TimeUnitChangeLimit.onRetire
(RetirementCallback callback)