| org.mule.api.annotations.ConnectionIdentifier |
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.
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||