| Class | Description |
|---|---|
| FailingConnection | |
| FailingConnectionConfiguration | |
| FailingConnectionConnectionProvider | |
| FailingConnectionSource | |
| FallibleReconnectableSource |
This class represents a
Source that can fail starting repeatedly and after all reconnect successfully. |
| LongDisconnectionConnectionProvider | |
| NonReconnectableSource |
This class represents a
Source that after failure never reconnects. |
| ReconectionSource | |
| ReconnectableConnection |
This class represents an extension connection just as example (there is no real connection with anything here c:).
|
| ReconnectableConnectionProvider |
This class (as it's name implies) provides connection instances and the funcionality to disconnect and validate those
connections.
|
| ReconnectionConfiguration |
This class represents an extension configuration, values set in this class are commonly used across multiple operations since
they represent something core from the extension.
|
| ReconnectionExtension |
This is the main class of an extension, is the entry point from which configurations, connection providers, operations and
sources are going to be declared.
|
| ReconnectionOperations |
This class is a container for operations, every public method in this class will be taken as an extension operation.
|
| SynchronizableConfiguration |
This class represents an extension configuration, values set in this class are commonly used across multiple operations since
they represent something core from the extension.
|
| SynchronizableConnection |
This class represents an extension connection just as example (there is no real connection with anything here c:).
|
| SynchronizableSource |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.