| Class | Description |
|---|---|
| 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.
|
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.