Uses of Interface
org.apache.pulsar.broker.protocol.ProtocolHandler
-
Packages that use ProtocolHandler Package Description org.apache.pulsar.broker.protocol Pulsar broker protocol handlers. -
-
Uses of ProtocolHandler in org.apache.pulsar.broker.protocol
Methods in org.apache.pulsar.broker.protocol that return ProtocolHandler Modifier and Type Method Description ProtocolHandlerProtocolHandlers. protocol(java.lang.String protocol)Return the handler for the provided protocol.
-