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 |
|---|---|
RetryPolicyTemplate |
getRetryPolicyTemplate(ReconnectableConnection connection,
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 RetryPolicyTemplate getRetryPolicyTemplate(@Connection ReconnectableConnection connection, 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 © 2003–2020 MuleSoft, Inc.. All rights reserved.