Uses of Interface
org.apache.cxf.transport.jms.continuations.Counter
-
Packages that use Counter Package Description org.apache.cxf.transport.jms org.apache.cxf.transport.jms.continuations -
-
Uses of Counter in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement Counter Modifier and Type Class Description classThrottlingCounterCounter 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 Counter Constructor Description JMSContinuation(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)
-