Package org.springframework.xd.dirt.test.sink

Examples of org.springframework.xd.dirt.test.sink.SingleNodeNamedQueueSink


    stream = new StreamDefinition(streamName, streamDefinition);

    integrationSupport.createAndDeployStream(stream);

    messageBus = integrationSupport.messageBus();
    this.sink = createSink() ? new SingleNodeNamedQueueSink(messageBus, QUEUE_CONSUMER) : null;
    this.source = createSource() ? new SingleNodeNamedQueueSource(messageBus, QUEUE_PRODUCER) : null;

  }
View Full Code Here

TOP

Related Classes of org.springframework.xd.dirt.test.sink.SingleNodeNamedQueueSink

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.