package org.deeplearning4j.streaming.kafka;
import org.apache.camel.builder.RouteBuilder;
/**
* Created by agibsonccc on 7/31/16.
*/
public class NDArrayPubSubRoute extends RouteBuilder {
/**
* <b>Called on initialization to build the routes using the fluent builder syntax.</b>
* <p/>
* This is a central method for RouteBuilder implementations to implement
* the routes using the Java fluent builder syntax.
*
* @throws Exception can be thrown during configuration
*/
@Override
public void configure() throws Exception {
}
}