Uses of Interface
org.apache.activemq.artemis.core.client.impl.ClientProducerFlowCallback
-
Packages that use ClientProducerFlowCallback Package Description org.apache.activemq.artemis.core.client.impl org.apache.activemq.artemis.core.server.cluster.impl -
-
Uses of ClientProducerFlowCallback in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ClientProducerFlowCallback Modifier and Type Method Description voidClientProducerCreditManager. setCallback(ClientProducerFlowCallback callback)This will determine the flow control as asynchronous, no actual block should happen instead a callback will be sent whenever blockages changevoidClientProducerCreditManagerImpl. setCallback(ClientProducerFlowCallback callback)This will determine the flow control as asynchronous, no actual block should happen instead a callback will be sent whenever blockages changeConstructors in org.apache.activemq.artemis.core.client.impl with parameters of type ClientProducerFlowCallback Constructor Description AsynchronousProducerCreditsImpl(ClientSessionInternal session, SimpleString address, int windowSize, ClientProducerFlowCallback callback) -
Uses of ClientProducerFlowCallback in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ClientProducerFlowCallback Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered.
-