org.mule.api.annotations
Annotation Type Disconnect


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

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



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