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 Summary
Constructors Constructor Description SyncMicroservice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
sayHello(java.lang.String name)
Say hello method.
-
-
-
Method Detail
-
sayHello
public java.lang.String sayHello(java.lang.String name)
Say hello method.- Specified by:
sayHello
in interfaceISyncService
- Parameters:
name
- The name.
-
-