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 SummaryConstructors Constructor Description AsyncMicroservice()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.String>sayMeHello(java.lang.String name)Say hello method.
 
- 
- 
- 
Method Detail- 
sayMeHellopublic IFuture<java.lang.String> sayMeHello(java.lang.String name) Say hello method.- Specified by:
- sayMeHelloin interface- IAsyncService
- Parameters:
- name- The name.
 
 
- 
 
-