org.mule.api.annotations
Annotation Type Connect


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface Connect

This annotation marks a method inside a Connector as the responsible for creating a connection. It will be called by the connector's connection manager.



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.