Creating Java agents

Create a Java™ agent to process events by using Java code. For example, you create a Java agent to calculate complex computations, to call a web service, or to write some logic that is not likely to change.

About this task

Before you create a Java agent, you must create a solution project and model the entities and events. The entity and event model generates corresponding Java interfaces in the Java Model project that are imported when you create a Java agent project.