Package com.swiftmq.impl.streams.comp.io
Class InputBuilder
java.lang.Object
com.swiftmq.impl.streams.comp.io.InputBuilder
Factory to create Inputs.
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Constructor Details
-
InputBuilder
Internal use.
-
-
Method Details
-
queue
Creates a new QueueInput.- Returns:
- QueueInput
- Throws:
Exception
-
wiretap
Creates a new QueueWireTapInput.- Returns:
- QueueWireTapInput
- Throws:
Exception
-
topic
Creates a new TopicInput.- Returns:
- TopicInput
- Throws:
Exception
-
management
Creates a new ManagementInput and registers it under the context name.- Returns:
- ManagementInput
- Throws:
Exception
-