Uses of Interface
org.apache.activemq.artemis.core.server.ServerProducer
Packages that use ServerProducer
Package
Description
-
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 ServerProducerModifier and TypeMethodDescriptionProducerView.getField(ServerProducer producer, String fieldName) ProducerView.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 -
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 -
Uses of ServerProducer in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ServerProducerFields in org.apache.activemq.artemis.core.server.impl with type parameters of type ServerProducerModifier and TypeFieldDescriptionprotected final Map<String,ServerProducer> ServerLegacyProducersImpl.producersprotected final Map<String,ServerProducer> ServerProducersImpl.producersMethods in org.apache.activemq.artemis.core.server.impl that return ServerProducerModifier and TypeMethodDescriptionServerLegacyProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducers.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ServerProducerModifier and TypeMethodDescriptionServerLegacyProducersImpl.cloneProducers()ServerProducers.cloneProducers()ServerProducersImpl.cloneProducers()ServerSessionImpl.cloneProducers()ServerLegacyProducersImpl.getServerProducers()ServerProducers.getServerProducers()ServerProducersImpl.getServerProducers()ServerSessionImpl.getServerProducers()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ServerProducerModifier and TypeMethodDescriptionvoidServerLegacyProducersImpl.put(String id, ServerProducer producer) voidServerProducers.put(String id, ServerProducer producer) voidServerProducersImpl.put(String id, ServerProducer producer)