User Manual

awaBerry | UsageFullScenario.java Test

Full scenario walkthrough for the awaBerry Agentic API Java client — end-to-end example of connecting, triggering a task, and handling the response in a Java application.

UsageFullScenario.java Test

This test demonstrates a full scenario implementation to allow entering commands to a device and getting results back using the awaBerry Java API client.

Execution

mvn exec:java -Dexec.mainClass="com.awaberry.api.examples.UsageFullScenario" -Dexec.args="<projectKey> <projectSecret>"
Back to Java API Client