Uses of Interface
org.apache.activemq.artemis.core.server.ServerProducer
-
-
Uses of ServerProducer in org.apache.activemq.artemis.core.management.impl.view
Methods in org.apache.activemq.artemis.core.management.impl.view with parameters of type ServerProducer Modifier and Type Method Description ObjectProducerView. getField(ServerProducer producer, String fieldName)JsonObjectBuilderProducerView. toJson(ServerProducer producer) -
Uses of ServerProducer in org.apache.activemq.artemis.core.management.impl.view.predicate
Methods in org.apache.activemq.artemis.core.management.impl.view.predicate with parameters of type ServerProducer Modifier and Type Method Description booleanProducerFilterPredicate. test(ServerProducer producer) -
Uses of ServerProducer in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type ServerProducer Modifier and Type Method Description Collection<ServerProducer>ServerSession. getServerProducers() -
Uses of ServerProducer in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ServerProducer Modifier and Type Class Description classServerProducerImplFields in org.apache.activemq.artemis.core.server.impl with type parameters of type ServerProducer Modifier and Type Field Description protected Map<String,ServerProducer>ServerLegacyProducersImpl. producersprotected Map<String,ServerProducer>ServerProducersImpl. producersMethods in org.apache.activemq.artemis.core.server.impl that return ServerProducer Modifier and Type Method Description ServerProducerServerLegacyProducersImpl. getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession)ServerProducerServerProducers. getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession)ServerProducerServerProducersImpl. getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession)Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ServerProducer Modifier and Type Method Description Map<String,ServerProducer>ServerLegacyProducersImpl. cloneProducers()Map<String,ServerProducer>ServerProducers. cloneProducers()Map<String,ServerProducer>ServerProducersImpl. cloneProducers()Map<String,ServerProducer>ServerSessionImpl. cloneProducers()Collection<ServerProducer>ServerLegacyProducersImpl. getServerProducers()Collection<ServerProducer>ServerProducers. getServerProducers()Collection<ServerProducer>ServerProducersImpl. getServerProducers()Collection<ServerProducer>ServerSessionImpl. getServerProducers()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ServerProducer Modifier and Type Method Description voidServerLegacyProducersImpl. put(String id, ServerProducer producer)voidServerProducers. put(String id, ServerProducer producer)voidServerProducersImpl. put(String id, ServerProducer producer)
-