Interface IAsyncService
-
- All Known Implementing Classes:
AsyncMicroservice
,MultiServiceMicroservice
public interface IAsyncService
Example interface for service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>
sayMeHello(java.lang.String name)
Say hello method.
-
-
-
Method Detail
-
sayMeHello
IFuture<java.lang.String> sayMeHello(java.lang.String name)
Say hello method.- Parameters:
name
- The name.
-
-