-
- All Implemented Interfaces:
- org.mule.runtime.api.connection.ConnectionProvider<C>, org.mule.runtime.api.connection.PoolingConnectionProvider<C>, org.mule.runtime.api.connection.PoolingListener<C>
- Direct Known Subclasses:
- IMAPProvider, IMAPSProvider, POP3Provider, POP3SProvider
public abstract class AbstractMailboxConnectionProvider<C extends AbstractEmailConnection>
extends AbstractEmailConnectionProvider<C>
implements org.mule.runtime.api.connection.PoolingConnectionProvider<C>
Generic contract for all email retriever ConfigurationProviders.
- Since:
- 4.0
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mule.runtime.api.connection.ConnectionProvider
connect
-
Methods inherited from interface org.mule.runtime.api.connection.PoolingListener
onReturn
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.