Interface PlatformConfigurationEx
-
- All Known Implementing Classes:
PlatformCppConfigurationEx,PlatformDotNetConfigurationEx
public interface PlatformConfigurationExExtended platform configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Collection<PlatformCacheExtension>cacheExtensions()PlatformCallbackGatewaygate()PlatformLoggerlogger()PlatformMemoryManagerImplmemory()Stringplatform()Collection<String>warnings()
-
-
-
Method Detail
-
gate
PlatformCallbackGateway gate()
- Returns:
- Native gateway.
-
memory
PlatformMemoryManagerImpl memory()
- Returns:
- Memory manager.
-
platform
String platform()
- Returns:
- Platform name.
-
warnings
Collection<String> warnings()
- Returns:
- Warnings to be displayed on grid start.
-
logger
PlatformLogger logger()
- Returns:
- Platform logger.
-
cacheExtensions
@Nullable @Nullable Collection<PlatformCacheExtension> cacheExtensions()
- Returns:
- Available cache extensions.
-
-