Uses of Interface
com.swiftmq.impl.streams.comp.io.Input
Packages that use Input
Package
Description
- 
Uses of Input in com.swiftmq.impl.streamsMethods 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.ioSubinterfaces of Input in com.swiftmq.impl.streams.comp.ioModifier and TypeInterfaceDescriptioninterfaceIntermediate interface to separate JMS destination inputs.Classes in com.swiftmq.impl.streams.comp.io that implement InputModifier and TypeClassDescriptionclassConsumes Messages from the Management Tree.classConsumes Messages from a Queue.classCreates or re-uses a named WireTap on a Queue and adds a subscriber to it.classConsumes 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.processorMethods 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)