All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.streaming.kafka.NDArrayPubSubRoute Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta_spark_1
Show newest version
package org.deeplearning4j.streaming.kafka;

import org.apache.camel.builder.RouteBuilder;

/**
 * Created by agibsonccc on 7/31/16.
 */
public class NDArrayPubSubRoute extends RouteBuilder {
    /**
     * Called on initialization to build the routes using the fluent builder syntax.
     * 

* 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 { } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy