クラス ReactiveStreamCommands.GroupCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.GroupCommand
- 実装されているすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveStreamCommands
- 導入:
- 2.2
- 作成者:
- Mark Paluch, Christoph Strobl, Tugdual Grall, Dengliming, Mark John Moreno, jinkshower, Jeonggyu Choi
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクターコンストラクター説明GroupCommand(@Nullable ByteBufferSE key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, @Nullable StringSE groupName, @Nullable StringSE consumerName, @Nullable ReadOffset offset) GroupCommand(@Nullable ByteBufferSE key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, @Nullable StringSE groupName, @Nullable StringSE consumerName, @Nullable ReadOffset offset, boolean mkStream) メソッドのサマリー
修飾子と型メソッド説明at(ReadOffset offset) createGroup(StringSE group) deleteConsumer(StringSE consumerName) deleteConsumer(Consumer consumer) destroyGroup(StringSE group) forStream(ByteBufferSE key) @Nullable StringSE@Nullable StringSE@Nullable ReadOffsetbooleanmakeStream(boolean mkStream) クラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
コンストラクターの詳細
GroupCommand
public GroupCommand(@Nullable ByteBufferSE key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, @Nullable StringSE groupName, @Nullable StringSE consumerName, @Nullable ReadOffset offset, boolean mkStream) GroupCommand
public GroupCommand(@Nullable ByteBufferSE key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, @Nullable StringSE groupName, @Nullable StringSE consumerName, @Nullable ReadOffset offset)
メソッドの詳細
createGroup
destroyGroup
deleteConsumer
deleteConsumer
makeStream
at
forStream
fromGroup
isMkStream
public boolean isMkStream()getReadOffset
getGroupName
getConsumerName
getAction