Class ServiceUser
- java.lang.Object
- 
- jadex.microservice.examples.helloworld.ServiceUser
 
- 
 public class ServiceUser extends java.lang.ObjectSimple agent that searches and uses the service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentAccess to the agent.
 - 
Constructor SummaryConstructors Constructor Description ServiceUser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()Executed once after init.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent Access to the agent.
 
- 
 
-