public abstract class GatewayPoller extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration |
configuration |
| Constructor and Description |
|---|
GatewayPoller(String name,
com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration configuration,
com.mulesoft.anypoint.backoff.scheduler.factory.BackoffSchedulerFactory schedulerFactory,
com.mulesoft.anypoint.backoff.configuration.BackoffConfigurationSupplier backoffConfigurationSupplier) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.mulesoft.anypoint.backoff.scheduler.configuration.SchedulingConfiguration |
configuration() |
protected abstract com.mulesoft.anypoint.backoff.scheduler.runnable.BackoffRunnable |
runnable(com.mulesoft.anypoint.backoff.session.BackoffBarrier backoffBarrier,
com.mulesoft.anypoint.backoff.configuration.BackoffConfiguration backoffConfiguration) |
com.mulesoft.anypoint.backoff.scheduler.runnable.BackoffRunnable |
schedule() |
void |
shutdown() |
protected final com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration configuration
public GatewayPoller(String name, com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration configuration, com.mulesoft.anypoint.backoff.scheduler.factory.BackoffSchedulerFactory schedulerFactory, com.mulesoft.anypoint.backoff.configuration.BackoffConfigurationSupplier backoffConfigurationSupplier)
public com.mulesoft.anypoint.backoff.scheduler.runnable.BackoffRunnable schedule()
protected abstract com.mulesoft.anypoint.backoff.scheduler.runnable.BackoffRunnable runnable(com.mulesoft.anypoint.backoff.session.BackoffBarrier backoffBarrier,
com.mulesoft.anypoint.backoff.configuration.BackoffConfiguration backoffConfiguration)
public abstract com.mulesoft.anypoint.backoff.scheduler.configuration.SchedulingConfiguration configuration()
public void shutdown()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.