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