Package org.redisson.api.stream
Interface StreamTrimLimitArgs<T>
-
public interface StreamTrimLimitArgs<T>Arguments object for Stream trim method.- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tlimit(int size)Defines limit of evicted objects for trim command.TnoLimit()Defines no limit of evicted objects for trim command.
-