public abstract @interface

ConnectionIdentifier

implements Annotation
org.mule.api.annotations.ConnectionIdentifier

Class Overview

This annotation marks a method inside a Connector as the responsible for identifying a connection. It will be called by the connector's connection manager for debugging purposes. This annotation must be used on a non-static method without arguments and it must return a String which contains the connection identifier representation.

Summary

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