Class ServiceUser
- java.lang.Object
-
- jadex.microservice.examples.helloworld.ServiceUser
-
public class ServiceUser extends java.lang.Object
Simple agent that searches and uses the service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
Access to the agent.
-
Constructor Summary
Constructors Constructor Description ServiceUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
Executed once after init.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
Access to the agent.
-
-