Class LookupProxyHandler


  • public class LookupProxyHandler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleGetSchema​(org.apache.pulsar.common.api.proto.CommandGetSchema commandGetSchema)  
      void handleGetTopicsOfNamespace​(org.apache.pulsar.common.api.proto.CommandGetTopicsOfNamespace commandGetTopicsOfNamespace)  
      void handleLookup​(org.apache.pulsar.common.api.proto.CommandLookupTopic lookup)  
      void handlePartitionMetadataResponse​(org.apache.pulsar.common.api.proto.CommandPartitionedTopicMetadata partitionMetadata)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleLookup

        public void handleLookup​(org.apache.pulsar.common.api.proto.CommandLookupTopic lookup)
      • handlePartitionMetadataResponse

        public void handlePartitionMetadataResponse​(org.apache.pulsar.common.api.proto.CommandPartitionedTopicMetadata partitionMetadata)
      • handleGetTopicsOfNamespace

        public void handleGetTopicsOfNamespace​(org.apache.pulsar.common.api.proto.CommandGetTopicsOfNamespace commandGetTopicsOfNamespace)
      • handleGetSchema

        public void handleGetSchema​(org.apache.pulsar.common.api.proto.CommandGetSchema commandGetSchema)