Uses of Interface
org.apache.cxf.transport.jms.continuations.Counter
Packages that use Counter
-
Uses of Counter in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement CounterModifier and TypeClassDescriptionclassCounter that throttles a jms listener on a high and low water mark. -
Uses of Counter in org.apache.cxf.transport.jms.continuations
Constructors in org.apache.cxf.transport.jms.continuations with parameters of type CounterModifierConstructorDescriptionJMSContinuation(org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, Counter suspendendContinuations) JMSContinuationProvider(org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, Counter suspendendContinuations)