Uses of Interface
org.apache.camel.builder.endpoint.dsl.TimerEndpointBuilderFactory.TimerEndpointBuilder
Packages that use TimerEndpointBuilderFactory.TimerEndpointBuilder
-
Uses of TimerEndpointBuilderFactory.TimerEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return TimerEndpointBuilderFactory.TimerEndpointBuilderModifier and TypeMethodDescriptionTimer (camel-timer) Generate messages in specified intervals using java.util.Timer.Timer (camel-timer) Generate messages in specified intervals using java.util.Timer. -
Uses of TimerEndpointBuilderFactory.TimerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return TimerEndpointBuilderFactory.TimerEndpointBuilderModifier and TypeMethodDescriptionTimerEndpointBuilderFactory.AdvancedTimerEndpointBuilder.basic()TimerEndpointBuilderFactory.TimerEndpointBuilder.delay(long delay) Delay before first event is triggered.Delay before first event is triggered.TimerEndpointBuilderFactory.endpointBuilder(String componentName, String path) TimerEndpointBuilderFactory.TimerEndpointBuilder.fixedRate(boolean fixedRate) Events take place at approximately regular intervals, separated by the specified period.Events take place at approximately regular intervals, separated by the specified period.TimerEndpointBuilderFactory.TimerEndpointBuilder.includeMetadata(boolean includeMetadata) Whether to include metadata in the exchange such as fired time, timer name, timer count etc.TimerEndpointBuilderFactory.TimerEndpointBuilder.includeMetadata(String includeMetadata) Whether to include metadata in the exchange such as fired time, timer name, timer count etc.TimerEndpointBuilderFactory.TimerEndpointBuilder.period(long period) If greater than 0, generate periodic events every period.If greater than 0, generate periodic events every period.TimerEndpointBuilderFactory.TimerEndpointBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.TimerEndpointBuilderFactory.TimerEndpointBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.