Uses of Class
com.swiftmq.impl.streams.StreamContext
Packages that use StreamContext
Package
Description
-
Uses of StreamContext in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return StreamContextConstructors in com.swiftmq.impl.streams with parameters of type StreamContextModifierConstructorDescriptionStream
(StreamContext ctx, String domainName, String packageName, String name, int restartCount) Internal use only -
Uses of StreamContext in com.swiftmq.impl.streams.comp.io
Constructors in com.swiftmq.impl.streams.comp.io with parameters of type StreamContextModifierConstructorDescriptionInputBuilder
(StreamContext ctx, String name) Internal use.MailServer
(StreamContext ctx, String host) Internal use.OutputBuilder
(StreamContext ctx, String name) Internal use.TempQueue
(StreamContext ctx, String name) Internal use. -
Uses of StreamContext in com.swiftmq.impl.streams.comp.jdbc
Constructors in com.swiftmq.impl.streams.comp.jdbc with parameters of type StreamContext -
Uses of StreamContext in com.swiftmq.impl.streams.comp.log
Constructors in com.swiftmq.impl.streams.comp.log with parameters of type StreamContext -
Uses of StreamContext in com.swiftmq.impl.streams.comp.management
Constructors in com.swiftmq.impl.streams.comp.management with parameters of type StreamContext -
Uses of StreamContext in com.swiftmq.impl.streams.comp.memory
Constructors in com.swiftmq.impl.streams.comp.memory with parameters of type StreamContextModifierConstructorDescriptionHeapMemory
(StreamContext ctx) MemoryBuilder
(StreamContext ctx, String name) Internal use.MemoryGroup
(StreamContext ctx, String name, String groupPropName) Internal use only.TxBookKeeper
(StreamContext ctx, String queueName) -
Uses of StreamContext in com.swiftmq.impl.streams.comp.memory.limit
Constructors in com.swiftmq.impl.streams.comp.memory.limit with parameters of type StreamContextModifierConstructorDescriptionLimitBuilder
(StreamContext ctx, Memory memory) Internal use only.TimeUnitChangeLimit
(StreamContext ctx, Memory memory) Internal use only. -
Uses of StreamContext in com.swiftmq.impl.streams.comp.message
Constructors in com.swiftmq.impl.streams.comp.message with parameters of type StreamContext -
Uses of StreamContext in com.swiftmq.impl.streams.comp.timer
Constructors in com.swiftmq.impl.streams.comp.timer with parameters of type StreamContext -
Uses of StreamContext in com.swiftmq.impl.streams.processor
Constructors in com.swiftmq.impl.streams.processor with parameters of type StreamContextModifierConstructorDescriptionManagementProcessor
(StreamContext ctx, ManagementInput input) QueueMessageProcessor
(StreamContext ctx, Input input, QueueReceiver receiver, Selector selector) StreamProcessor
(StreamContext ctx, StreamController controller)