Interface RStreamRx<K,​V>

  • Type Parameters:
    K - key type
    V - value type
    All Superinterfaces:
    RExpirableRx, RObjectRx

    public interface RStreamRx<K,​V>
    extends RExpirableRx
    Reactive interface for Redis Stream object.

    Requires Redis 5.0.0 and higher.

    Author:
    Nikita Koksharov