Class OutputBuilder
java.lang.Object
com.swiftmq.impl.streams.comp.io.OutputBuilder
Factory to create Outputs.
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforAddress(javax.jms.Destination address) Verifies the type of the address (Topic/Queue) and returns the corresponding Output.queue()Creates a new QueueOutput.topic()Creates a new TopicOutput.