org.apache.camel.component.jpa
Annotation Type Consumed


@Retention(value=RUNTIME)
@Documented
@Target(value=METHOD)
public @interface Consumed

An annotation to mark a method to be invoked when an entity bean has been succesfully processed by a Camel consumer, so that it can be updated in some way to remove it from the query set.

For example a method may be marked to set an active flag to false or to update some status value to the next step in a workflow

Version:



Apache CAMEL