public class DL4jServeRouteBuilder
extends org.apache.camel.builder.RouteBuilder
Modifier and Type | Field and Description |
---|---|
protected org.apache.camel.Processor |
beforeProcessor |
protected boolean |
computationGraph |
protected java.lang.String |
consumingTopic |
protected org.apache.camel.Processor |
finalProcessor |
protected java.lang.String |
groupId |
protected java.lang.String |
kafkaBroker |
protected java.lang.String |
modelUri |
protected java.lang.String |
outputUri |
protected java.lang.String |
zooKeeperHost |
protected int |
zooKeeperPort |
Constructor and Description |
---|
DL4jServeRouteBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
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.
|
addRoutes, addRoutesToCamelContext, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRestCollection, getRestConfigurations, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString
bean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, language, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath
protected java.lang.String modelUri
protected java.lang.String kafkaBroker
protected java.lang.String consumingTopic
protected boolean computationGraph
protected java.lang.String outputUri
protected org.apache.camel.Processor finalProcessor
protected java.lang.String groupId
protected java.lang.String zooKeeperHost
protected int zooKeeperPort
protected org.apache.camel.Processor beforeProcessor
public void configure() throws java.lang.Exception
configure
in class org.apache.camel.builder.RouteBuilder
java.lang.Exception
- can be thrown during configuration