public class PeriodicDeleteOldEntitiesRoute
extends org.apache.camel.builder.RouteBuilder
| Constructor and Description |
|---|
PeriodicDeleteOldEntitiesRoute(String entityName,
String entityVersion,
String entityDateField,
com.redhat.lightblue.client.LightblueClient client,
LockStrategy lockStrategy,
java.time.Duration deleteOlderThan,
java.time.Duration deleteInterval,
java.time.Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
static PeriodicDeleteOldEntitiesRoute |
deletingDocumentEventsOlderThan(java.time.Duration deleteOlderThan,
java.time.Duration deleteInterval,
com.redhat.lightblue.client.LightblueClient client,
LockStrategy lockStrategy,
java.time.Clock clock) |
static PeriodicDeleteOldEntitiesRoute |
deletingNotificationsOlderThan(java.time.Duration deleteOlderThan,
java.time.Duration deleteInterval,
com.redhat.lightblue.client.LightblueClient client,
LockStrategy lockStrategy,
java.time.Clock clock) |
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, toStringbean, 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, xpathpublic PeriodicDeleteOldEntitiesRoute(String entityName, String entityVersion, String entityDateField, com.redhat.lightblue.client.LightblueClient client, LockStrategy lockStrategy, java.time.Duration deleteOlderThan, java.time.Duration deleteInterval, java.time.Clock clock)
public static PeriodicDeleteOldEntitiesRoute deletingNotificationsOlderThan(java.time.Duration deleteOlderThan, java.time.Duration deleteInterval, com.redhat.lightblue.client.LightblueClient client, LockStrategy lockStrategy, java.time.Clock clock)
public static PeriodicDeleteOldEntitiesRoute deletingDocumentEventsOlderThan(java.time.Duration deleteOlderThan, java.time.Duration deleteInterval, com.redhat.lightblue.client.LightblueClient client, LockStrategy lockStrategy, java.time.Clock clock)
Copyright © 2017. All rights reserved.