Package com.aispect.engine.se
Class AiSpect
java.lang.Object
com.aispect.engine.se.AiSpect
pure Java SE The initialization and calling entrance of the orchestration engine in the environment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAiSpect Constructor class. allowed in pure Java SE Manual assembly in the environment AiClient and configured into the engine. -
Method Summary
Modifier and TypeMethodDescriptionstatic AiSpect.Builderbuilder()Created for initialization AiSpect of Builder Example.<T> TCreates a proxy for the given target object, handling the AI annotation.
-
Method Details
-
builder
Created for initialization AiSpect of Builder Example.- Returns:
- Builder Example
-
proxy
Creates a proxy for the given target object, handling the AI annotation.- Type Parameters:
T- target object type- Parameters:
target- The proxy target object instanceinterfaceClass- Interface class that requires proxy- Returns:
- Enhanced proxy object
- Throws:
AiScanException- If a configuration error is found during the component scanning phase
-