org.mule.api.annotations
Annotation Type ConnectionIdentifier


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface 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.



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.