Uses of Interface
org.apache.camel.builder.AdviceWithTask
-
Packages that use AdviceWithTask Package Description org.apache.camel.builder -
-
Uses of AdviceWithTask in org.apache.camel.builder
Methods in org.apache.camel.builder that return AdviceWithTask Modifier and Type Method Description static AdviceWithTaskAdviceWithTasks. afterById(RouteDefinition route, String id, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByToString(RouteDefinition route, String toString, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. afterByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> after, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeById(RouteDefinition route, String id, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByToString(RouteDefinition route, String toString, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. beforeByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> before, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. removeById(RouteDefinition route, String id, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. removeByToString(RouteDefinition route, String toString, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. removeByToUri(RouteDefinition route, String toUri, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. removeByType(RouteDefinition route, Class<?> type, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceById(RouteDefinition route, String id, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByToString(RouteDefinition route, String toString, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByToUri(RouteDefinition route, String toUri, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceByType(RouteDefinition route, Class<?> type, ProcessorDefinition<?> replace, boolean selectFirst, boolean selectLast, int selectFrom, int selectTo, int maxDeep)static AdviceWithTaskAdviceWithTasks. replaceFrom(RouteDefinition route, org.apache.camel.Endpoint endpoint)static AdviceWithTaskAdviceWithTasks. replaceFromWith(RouteDefinition route, String uri)Methods in org.apache.camel.builder that return types with arguments of type AdviceWithTask Modifier and Type Method Description List<AdviceWithTask>AdviceWithRouteBuilder. getAdviceWithTasks()Gets a list of additional tasks to execute after theRouteBuilder.configure()method has been executed during the advice process.
-