io.quarkus.redis.datasource.stream.XGroupCreateArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-redis-client Show documentation
Show all versions of quarkus-redis-client Show documentation
Connect to Redis in either imperative or reactive style
package io.quarkus.redis.datasource.stream;
import java.util.ArrayList;
import java.util.List;
import io.quarkus.redis.datasource.RedisCommandExtraArguments;
/**
* Represents the extra argument of the
* Requires REdis 7.0.0+
*
* @param id the arbitrary id
* @return the current {@code XGroupCreateArgs}
*/
public XGroupCreateArgs entriesRead(String id) {
this.entriesRead = id;
return this;
}
@Override
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy