public class ReconnectionOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
closePagingProviderCalls |
static int |
getPageCalls |
| Constructor and Description |
|---|
ReconnectionOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.core.api.retry.policy.RetryPolicyTemplate |
getRetryPolicyTemplate(ReconnectableConnection connection,
org.mule.runtime.core.api.retry.policy.RetryPolicyTemplate template) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<ReconnectableConnection,ReconnectableConnection> |
pagedOperation(Integer failOn,
org.mule.runtime.extension.api.error.MuleErrors withErrorType) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<ReconnectableConnection,ReconnectableConnection> |
stickyPagedOperation(Integer failOn,
org.mule.runtime.extension.api.error.MuleErrors withErrorType) |
void |
switchConnection()
Example of a simple operation that receives a string parameter and returns a new string message that will be set on the
payload.
|
public static volatile int closePagingProviderCalls
public static volatile int getPageCalls
public void switchConnection()
@OutputResolver(output=RetryPolicyOutputResolver.class) public org.mule.runtime.core.api.retry.policy.RetryPolicyTemplate getRetryPolicyTemplate(@Connection ReconnectableConnection connection, org.mule.runtime.core.api.retry.policy.RetryPolicyTemplate template)
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<ReconnectableConnection,ReconnectableConnection> pagedOperation(Integer failOn, org.mule.runtime.extension.api.error.MuleErrors withErrorType)
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<ReconnectableConnection,ReconnectableConnection> stickyPagedOperation(Integer failOn, org.mule.runtime.extension.api.error.MuleErrors withErrorType)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.