-
CommandSubscribe.InitialPosition.valueOf(int n)
Returns the enum constant of this class with the specified name.
Returns the enum constant of this class with the specified name.
CommandSubscribe.InitialPosition.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
-
static io.netty.buffer.ByteBuf
Commands.newSubscribe(String topic,
String subscription,
long consumerId,
long requestId,
CommandSubscribe.SubType subType,
int priorityLevel,
String consumerName,
boolean isDurable,
MessageIdData startMessageId,
Map<String,String> metadata,
boolean readCompacted,
boolean isReplicated,
CommandSubscribe.InitialPosition subscriptionInitialPosition,
long startMessageRollbackDurationInSec,
SchemaInfo schemaInfo,
boolean createTopicIfDoesNotExist)
static io.netty.buffer.ByteBuf
Commands.newSubscribe(String topic,
String subscription,
long consumerId,
long requestId,
CommandSubscribe.SubType subType,
int priorityLevel,
String consumerName,
boolean isDurable,
MessageIdData startMessageId,
Map<String,String> metadata,
boolean readCompacted,
boolean isReplicated,
CommandSubscribe.InitialPosition subscriptionInitialPosition,
long startMessageRollbackDurationInSec,
SchemaInfo schemaInfo,
boolean createTopicIfDoesNotExist,
KeySharedPolicy keySharedPolicy,
Map<String,String> subscriptionProperties,
long consumerEpoch)