Class CommandCloseConsumer

java.lang.Object
org.apache.pulsar.common.api.proto.CommandCloseConsumer

public final class CommandCloseConsumer extends Object
  • Constructor Details

    • CommandCloseConsumer

      public CommandCloseConsumer()
  • Method Details

    • hasConsumerId

      public boolean hasConsumerId()
    • getConsumerId

      public long getConsumerId()
    • setConsumerId

      public CommandCloseConsumer setConsumerId(long consumerId)
    • clearConsumerId

      public CommandCloseConsumer clearConsumerId()
    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandCloseConsumer setRequestId(long requestId)
    • clearRequestId

      public CommandCloseConsumer clearRequestId()
    • hasAssignedBrokerServiceUrl

      public boolean hasAssignedBrokerServiceUrl()
    • getAssignedBrokerServiceUrl

      public String getAssignedBrokerServiceUrl()
    • setAssignedBrokerServiceUrl

      public CommandCloseConsumer setAssignedBrokerServiceUrl(String assignedBrokerServiceUrl)
    • clearAssignedBrokerServiceUrl

      public CommandCloseConsumer clearAssignedBrokerServiceUrl()
    • hasAssignedBrokerServiceUrlTls

      public boolean hasAssignedBrokerServiceUrlTls()
    • getAssignedBrokerServiceUrlTls

      public String getAssignedBrokerServiceUrlTls()
    • setAssignedBrokerServiceUrlTls

      public CommandCloseConsumer setAssignedBrokerServiceUrlTls(String assignedBrokerServiceUrlTls)
    • clearAssignedBrokerServiceUrlTls

      public CommandCloseConsumer 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

      public CommandCloseConsumer clear()
    • copyFrom

      public CommandCloseConsumer copyFrom(CommandCloseConsumer _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)