Uses of Class
org.apache.pulsar.websocket.ProducerHandler
-
Packages that use ProducerHandler Package Description org.apache.pulsar.websocket Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.websocket.stats Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ProducerHandler in org.apache.pulsar.websocket
Methods in org.apache.pulsar.websocket that return types with arguments of type ProducerHandler Modifier and Type Method Description org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap<java.lang.String,org.apache.pulsar.common.util.collections.ConcurrentOpenHashSet<ProducerHandler>>WebSocketService. getProducers()Methods in org.apache.pulsar.websocket with parameters of type ProducerHandler Modifier and Type Method Description booleanWebSocketService. addProducer(ProducerHandler producer)booleanWebSocketService. removeProducer(ProducerHandler producer) -
Uses of ProducerHandler in org.apache.pulsar.websocket.stats
Constructors in org.apache.pulsar.websocket.stats with parameters of type ProducerHandler Constructor Description ProducerStats(ProducerHandler handler)
-