public class GatewayPollersManager extends Object
| Constructor and Description |
|---|
GatewayPollersManager(com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration configuration,
ApiService apiService,
ApiTrackingService apiTrackingService,
ApiPlatformSessionFactory platformSessionFactory,
BackoffSchedulerFactory schedulerFactory,
BackoffConfigurationSupplier backoffConfigurationSupplier) |
| Modifier and Type | Method and Description |
|---|---|
SchedulingConfiguration |
apisConfiguration() |
SchedulingConfiguration |
clientsConfiguration() |
SchedulingConfiguration |
keepAliveConfiguration() |
BackoffRunnable |
scheduleApisPollerRunnable() |
BackoffRunnable |
scheduleClientsPollerRunnable() |
BackoffRunnable |
scheduleKeepAliveRunnable() |
void |
shutdown() |
public GatewayPollersManager(com.mulesoft.mule.runtime.gw.api.config.GatewayConfiguration configuration, ApiService apiService, ApiTrackingService apiTrackingService, ApiPlatformSessionFactory platformSessionFactory, BackoffSchedulerFactory schedulerFactory, BackoffConfigurationSupplier backoffConfigurationSupplier)
public BackoffRunnable scheduleKeepAliveRunnable()
public BackoffRunnable scheduleApisPollerRunnable()
public BackoffRunnable scheduleClientsPollerRunnable()
public void shutdown()
public SchedulingConfiguration keepAliveConfiguration()
public SchedulingConfiguration apisConfiguration()
public SchedulingConfiguration clientsConfiguration()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.