Configure the application using the blueprint resolver. Use this method to add custom configurations to the application.
The user-defined blueprint configuration.
The current StoneFactory instance.
Handle application events. This method is a shorthand for running the application with the provided event handler.
The application event handler function.
The platform-specific response.
Run the application. Populates the blueprint via introspection and runs the application.
The platform-specific response.
StaticcreateCreate a new StoneFactory instance.
The options to create the StoneFactory.
A new StoneFactory instance.
StoneFactory.
This class provides a fluent interface for building Stone applications. It is responsible for creating and running the main application by resolving the appropriate adapter from the provided blueprint. It handles the core setup of the application.
Template: TEvent,
UResponse