public final class CommandRedeliverUnacknowledgedMessages extends Object
| Constructor and Description |
|---|
CommandRedeliverUnacknowledgedMessages() |
| Modifier and Type | Method and Description |
|---|---|
CommandRedeliverUnacknowledgedMessages |
addAllMessageIds(Iterable<MessageIdData> messageIds) |
MessageIdData |
addMessageId() |
CommandRedeliverUnacknowledgedMessages |
clear() |
CommandRedeliverUnacknowledgedMessages |
clearConsumerId() |
CommandRedeliverUnacknowledgedMessages |
clearMessageIds() |
CommandRedeliverUnacknowledgedMessages |
copyFrom(CommandRedeliverUnacknowledgedMessages _other) |
long |
getConsumerId() |
MessageIdData |
getMessageIdAt(int idx) |
int |
getMessageIdsCount() |
List<MessageIdData> |
getMessageIdsList() |
int |
getSerializedSize() |
boolean |
hasConsumerId() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandRedeliverUnacknowledgedMessages |
setConsumerId(long consumerId) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public CommandRedeliverUnacknowledgedMessages()
public boolean hasConsumerId()
public long getConsumerId()
public CommandRedeliverUnacknowledgedMessages setConsumerId(long consumerId)
public CommandRedeliverUnacknowledgedMessages clearConsumerId()
public int getMessageIdsCount()
public MessageIdData getMessageIdAt(int idx)
public List<MessageIdData> getMessageIdsList()
public MessageIdData addMessageId()
public CommandRedeliverUnacknowledgedMessages addAllMessageIds(Iterable<MessageIdData> messageIds)
public CommandRedeliverUnacknowledgedMessages clearMessageIds()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandRedeliverUnacknowledgedMessages clear()
public CommandRedeliverUnacknowledgedMessages copyFrom(CommandRedeliverUnacknowledgedMessages _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.