Package jadex.microservice.examples.sync
Interface ISyncService
-
- All Known Implementing Classes:
MultiServiceMicroservice
,SyncMicroservice
public interface ISyncService
Example interface for service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
sayHello(java.lang.String name)
Say hello method.
-