Class AsyncMicroservice
- java.lang.Object
-
- jadex.microservice.examples.async.AsyncMicroservice
-
- All Implemented Interfaces:
IAsyncService
public class AsyncMicroservice extends java.lang.Object implements IAsyncService
Microservice example with asynchronous interface.
-
-
Constructor Summary
Constructors Constructor Description AsyncMicroservice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.String>
sayMeHello(java.lang.String name)
Say hello method.
-
-
-
Method Detail
-
sayMeHello
public IFuture<java.lang.String> sayMeHello(java.lang.String name)
Say hello method.- Specified by:
sayMeHello
in interfaceIAsyncService
- Parameters:
name
- The name.
-
-