Package org.apache.camel.k.cron
Class CronSourceLoaderInterceptor
java.lang.Object
org.apache.camel.k.cron.CronSourceLoaderInterceptor
- All Implemented Interfaces:
org.apache.camel.builder.RouteBuilderLifecycleStrategy
,org.apache.camel.k.RuntimeAware
,org.apache.camel.Ordered
@Configurer
public class CronSourceLoaderInterceptor
extends Object
implements org.apache.camel.builder.RouteBuilderLifecycleStrategy, org.apache.camel.k.RuntimeAware
-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterConfigure
(org.apache.camel.builder.RouteBuilder builder) org.apache.camel.k.Runtime
void
setOverridableComponents
(String overridableComponents) void
setRuntime
(org.apache.camel.k.Runtime runtime) void
setTimerUri
(String timerUri) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.RouteBuilderLifecycleStrategy
beforeConfigure, getOrder
-
Constructor Details
-
CronSourceLoaderInterceptor
public CronSourceLoaderInterceptor()
-
-
Method Details
-
getTimerUri
-
setTimerUri
-
getOverridableComponents
-
setOverridableComponents
-
setRuntime
public void setRuntime(org.apache.camel.k.Runtime runtime) - Specified by:
setRuntime
in interfaceorg.apache.camel.k.RuntimeAware
-
getRuntime
public org.apache.camel.k.Runtime getRuntime()- Specified by:
getRuntime
in interfaceorg.apache.camel.k.RuntimeAware
-
afterConfigure
public void afterConfigure(org.apache.camel.builder.RouteBuilder builder) - Specified by:
afterConfigure
in interfaceorg.apache.camel.builder.RouteBuilderLifecycleStrategy
-