java.lang.Object
com.agentforge4j.bootstrap.AgentForge4jBootstrap
Static entry point for assembling an
AgentForge4j facade with framework-agnostic defaults.
AgentForge4j af = AgentForge4jBootstrap.defaults().build();
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefaults()Returns a newAgentForge4jBootstrap.Builderpre-populated with all framework defaults.
-
Method Details
-
defaults
Returns a newAgentForge4jBootstrap.Builderpre-populated with all framework defaults. No arguments are required; the returned builder produces a fully functionalAgentForge4jinstance whenAgentForge4jBootstrap.Builder.build()is called without any overrides.- Returns:
- new builder; never
null
-