Package jadex.microservice.examples.sync
Class SyncMicroservice
- java.lang.Object
- 
- jadex.microservice.examples.sync.SyncMicroservice
 
- 
- All Implemented Interfaces:
- ISyncService
 
 public class SyncMicroservice extends java.lang.Object implements ISyncService Microservice example with synchronous interface.
- 
- 
Constructor SummaryConstructors Constructor Description SyncMicroservice()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringsayHello(java.lang.String name)Say hello method.
 
- 
- 
- 
Method Detail- 
sayHellopublic java.lang.String sayHello(java.lang.String name) Say hello method.- Specified by:
- sayHelloin interface- ISyncService
- Parameters:
- name- The name.
 
 
- 
 
-