public abstract @interface

InvalidateConnectionOn

implements Annotation
org.mule.api.annotations.InvalidateConnectionOn

Class Overview

This annotation can be attached to any method also annotated with Processor or Source. It receives a single argument which is the class of the exception to be catch.

If the exception is thrown by the Processor/Source it will automatically invalidate the connection.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation