Interface PlatformBootstrapFactory
-
- All Known Implementing Classes:
PlatformCppBootstrapFactory,PlatformDotNetBootstrapFactory
public interface PlatformBootstrapFactoryPlatform bootstrap factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformBootstrapcreate()Create bootstrap instance.intid()Get bootstrap factory ID.
-
-
-
Method Detail
-
id
int id()
Get bootstrap factory ID.- Returns:
- ID.
-
create
PlatformBootstrap create()
Create bootstrap instance.- Returns:
- Bootstrap instance.
-
-