public abstract class ContextAwareMessageDispatcherProvider<T extends MessageDispatcher> extends Object implements MessageDispatcherProvider<T>
| Constructor and Description |
|---|
ContextAwareMessageDispatcherProvider() |
| Modifier and Type | Method and Description |
|---|---|
T |
connect()
This method should not be used, instead use
connect(DispatchingContext). |
abstract T |
connect(DispatchingContext client) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidate, validatedisconnectpublic ContextAwareMessageDispatcherProvider()
public abstract T connect(DispatchingContext client)
client - a well initialized extensions client, ready to execute operations.MessageDispatcher that uses an ExtensionsClient.public final T connect() throws org.mule.runtime.api.connection.ConnectionException
connect(DispatchingContext).
If an extension client is not required then only implements MessageDispatcherProvider.
connect in interface org.mule.runtime.api.connection.ConnectionProvider<T extends MessageDispatcher>org.mule.runtime.api.connection.ConnectionExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.