Uses of Interface
com.swiftmq.impl.streams.comp.io.Input
Packages that use Input
Package
Description
-
Uses of Input in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return InputModifier and TypeMethodDescriptionInternal use onlyInput[]
Stream.getInputs()
Internal use onlyReturns the Input for this TempQueue.Returns the Input with the given name.Methods in com.swiftmq.impl.streams with parameters of type Input -
Uses of Input in com.swiftmq.impl.streams.comp.io
Subinterfaces of Input in com.swiftmq.impl.streams.comp.ioModifier and TypeInterfaceDescriptioninterface
Intermediate interface to separate JMS destination inputs.Classes in com.swiftmq.impl.streams.comp.io that implement InputModifier and TypeClassDescriptionclass
Consumes Messages from the Management Tree.class
Consumes Messages from a Queue.class
Creates or re-uses a named WireTap on a Queue and adds a subscriber to it.class
Consumes Messages from a Topic.Methods in com.swiftmq.impl.streams.comp.io that return InputModifier and TypeMethodDescriptionSets a CLI context different from the name.Sets the current Message on this Input.Sets a JMS Message selectorMethods in com.swiftmq.impl.streams.comp.io with parameters of type Input -
Uses of Input in com.swiftmq.impl.streams.processor
Methods in com.swiftmq.impl.streams.processor that return InputConstructors in com.swiftmq.impl.streams.processor with parameters of type InputModifierConstructorDescriptionQueueMessageProcessor
(StreamContext ctx, Input input, QueueReceiver receiver, Selector selector)