Uses of Class
org.apache.pulsar.websocket.ConsumerHandler
-
Packages that use ConsumerHandler 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 ConsumerHandler in org.apache.pulsar.websocket
Methods in org.apache.pulsar.websocket that return types with arguments of type ConsumerHandler Modifier and Type Method Description org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap<java.lang.String,org.apache.pulsar.common.util.collections.ConcurrentOpenHashSet<ConsumerHandler>>WebSocketService. getConsumers()Methods in org.apache.pulsar.websocket with parameters of type ConsumerHandler Modifier and Type Method Description booleanWebSocketService. addConsumer(ConsumerHandler consumer)booleanWebSocketService. removeConsumer(ConsumerHandler consumer) -
Uses of ConsumerHandler in org.apache.pulsar.websocket.stats
Constructors in org.apache.pulsar.websocket.stats with parameters of type ConsumerHandler Constructor Description ConsumerStats(ConsumerHandler handler)
-