Class LeveldbRouteBuilder
- java.lang.Object
-
- org.apache.camel.builder.BuilderSupport
-
- org.apache.camel.builder.RouteBuilder
-
- org.apache.camel.quarkus.component.leveldb.it.LeveldbRouteBuilder
-
- All Implemented Interfaces:
org.apache.camel.Ordered,org.apache.camel.RoutesBuilder
public class LeveldbRouteBuilder extends org.apache.camel.builder.RouteBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLeveldbRouteBuilder.BinaryAggregationStrategystatic classLeveldbRouteBuilder.MyAggregationStrategy
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_FOLDERstatic StringDIRECT_BINARYstatic StringDIRECT_STARTstatic StringDIRECT_START_DEAD_LETTERstatic StringDIRECT_START_WITH_FAILUREstatic StringMOCK_AGGREGATEDstatic StringMOCK_DEADstatic StringMOCK_RESULT
-
Constructor Summary
Constructors Constructor Description LeveldbRouteBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure()-
Methods inherited from class org.apache.camel.builder.RouteBuilder
addLifecycleInterceptor, addRoutes, addRoutesToCamelContext, bindToRegistry, bindToRegistry, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, configureRouteTemplate, errorHandler, errorHandler, from, from, from, fromF, getOrder, getRestCollection, getRestConfiguration, getRouteCollection, getRouteTemplateCollection, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, loadRoutesBuilder, loadRoutesBuilder, onCompletion, onException, onException, populateRests, populateRoutes, populateRouteTemplates, populateTransformers, populateValidators, propertyInject, removeLifecycleInterceptor, rest, rest, restConfiguration, routeTemplate, setErrorHandlerBuilder, setRestCollection, setRouteCollection, setRouteTemplateCollection, toString, transformer, validator
-
Methods inherited from class org.apache.camel.builder.BuilderSupport
body, bodyAs, constant, constant, createErrorHandlerBuilder, csimple, csimple, datasonnet, datasonnet, datasonnet, datasonnet, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, getContext, getErrorHandlerBuilder, hasErrorHandlerBuilder, header, joor, joor, jsonpath, jsonpath, method, method, method, method, noErrorHandler, regexReplaceAll, regexReplaceAll, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath, xpath, xpath
-
-
-
-
Field Detail
-
DIRECT_START
public static final String DIRECT_START
- See Also:
- Constant Field Values
-
DIRECT_BINARY
public static final String DIRECT_BINARY
- See Also:
- Constant Field Values
-
DIRECT_START_WITH_FAILURE
public static final String DIRECT_START_WITH_FAILURE
- See Also:
- Constant Field Values
-
DIRECT_START_DEAD_LETTER
public static final String DIRECT_START_DEAD_LETTER
- See Also:
- Constant Field Values
-
MOCK_AGGREGATED
public static final String MOCK_AGGREGATED
- See Also:
- Constant Field Values
-
MOCK_RESULT
public static final String MOCK_RESULT
- See Also:
- Constant Field Values
-
MOCK_DEAD
public static final String MOCK_DEAD
- See Also:
- Constant Field Values
-
DATA_FOLDER
public static final String DATA_FOLDER
- See Also:
- Constant Field Values
-
-