Uses of Class
org.apache.pulsar.broker.protocol.ProtocolHandlers
-
Packages that use ProtocolHandlers Package Description org.apache.pulsar.broker.protocol Pulsar broker protocol handlers. -
-
Uses of ProtocolHandlers in org.apache.pulsar.broker.protocol
Methods in org.apache.pulsar.broker.protocol that return ProtocolHandlers Modifier and Type Method Description static ProtocolHandlersProtocolHandlers. load(org.apache.pulsar.broker.ServiceConfiguration conf)Load the protocol handlers for the given protocol list.
-