T - the generic type of the wrapped connectionpublic interface ConnectionHandlerAdapter<T> extends org.mule.runtime.api.connection.ConnectionHandler<T>, Closeable
ConnectionHandler contract with non-API functionality| Modifier and Type | Method and Description |
|---|---|
void |
close()
Indicates that all resources allocated by the wrapped connection must be closed and released.
|
void close()
throws org.mule.runtime.api.exception.MuleException
ConnectionHandler.release() in the sense that the latter doesn't specify if the connection's resources are actually freed or not. This
on the other hand is pretty explicit about that and implies that this instance is no longer usable after invoking
this methodCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.