public class PlatformServicesConfiguration extends RuntimeConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformServicesConfiguration.ApisInfoSource |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEEP_ALIVE_ENABLED
Boolean value indicating that the gateway should push keep alive notifications.
|
static String |
POLL_APIS_ENABLED
Boolean value indicating that the gateway should poll for apis.
|
static String |
POLL_CLIENTS_ENABLED
Boolean value indicating that the gateway should poll for contracts.
|
| Constructor and Description |
|---|
PlatformServicesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Optional<File> |
apisFolder() |
PlatformServicesConfiguration.ApisInfoSource |
apisInfoSource() |
boolean |
getApiKeepAliveEnabled() |
boolean |
getApisPollEnabled() |
boolean |
getClientsPollEnabled() |
parseBooleanOrDefault, parseIntOrDefault, parseLongOrDefault, parsePositive0IntOrDefaultpublic static final String POLL_APIS_ENABLED
public static final String POLL_CLIENTS_ENABLED
public static final String KEEP_ALIVE_ENABLED
public boolean getApisPollEnabled()
public boolean getApiKeepAliveEnabled()
public boolean getClientsPollEnabled()
public PlatformServicesConfiguration.ApisInfoSource apisInfoSource()
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.