PipelineBase.xclaim

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(List!(StreamEntry)) xclaim(string key, string group, string consumername, long minIdleTime, long newIdleTime, int retries, bool force, StreamEntryID[] ids)
  2. Response!(List!(const(ubyte)[])) xclaim(const(ubyte)[] key, const(ubyte)[] group, const(ubyte)[] consumername, long minIdleTime, long newIdleTime, int retries, bool force, const(ubyte)[][] ids)
    class PipelineBase
    Response!(List!(const(ubyte)[]))
    xclaim
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] group
    ,
    const(ubyte)[] consumername
    ,,,,
    bool force
    ,
    const(ubyte)[][] ids...
    )

Meta