Uses of Class
com.swiftmq.swiftlet.queue.FlowController
-
Packages that use FlowController Package Description com.swiftmq.swiftlet.queue -
-
Uses of FlowController in com.swiftmq.swiftlet.queue
Fields in com.swiftmq.swiftlet.queue declared as FlowController Modifier and Type Field Description protected FlowController
AbstractQueue. flowController
Methods in com.swiftmq.swiftlet.queue that return FlowController Modifier and Type Method Description FlowController
AbstractQueue. getFlowController()
Returns the flow controller.Methods in com.swiftmq.swiftlet.queue with parameters of type FlowController Modifier and Type Method Description void
AbstractQueue. setFlowController(FlowController flowController)
Sets the flow controller.
-