Class CommandCloseConsumer
java.lang.Object
org.apache.pulsar.common.api.proto.CommandCloseConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()copyFrom(CommandCloseConsumer _other) longlongintbooleanbooleanbooleanbooleanvoidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setAssignedBrokerServiceUrl(String assignedBrokerServiceUrl) setAssignedBrokerServiceUrlTls(String assignedBrokerServiceUrlTls) setConsumerId(long consumerId) setRequestId(long requestId) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
Constructor Details
-
CommandCloseConsumer
public CommandCloseConsumer()
-
-
Method Details
-
hasConsumerId
public boolean hasConsumerId() -
getConsumerId
public long getConsumerId() -
setConsumerId
-
clearConsumerId
-
hasRequestId
public boolean hasRequestId() -
getRequestId
public long getRequestId() -
setRequestId
-
clearRequestId
-
hasAssignedBrokerServiceUrl
public boolean hasAssignedBrokerServiceUrl() -
getAssignedBrokerServiceUrl
-
setAssignedBrokerServiceUrl
-
clearAssignedBrokerServiceUrl
-
hasAssignedBrokerServiceUrlTls
public boolean hasAssignedBrokerServiceUrlTls() -
getAssignedBrokerServiceUrlTls
-
setAssignedBrokerServiceUrlTls
-
clearAssignedBrokerServiceUrlTls
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b) -
getSerializedSize
public int getSerializedSize() -
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size) -
clear
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-