Package jadex.micro.regperf
Interface IExampleService
-
- All Known Implementing Classes:
ServiceProviderAgent
public interface IExampleService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>
sayHello(java.lang.String name)
Say hello method.
-
-
-
Method Detail
-
sayHello
IFuture<java.lang.String> sayHello(java.lang.String name)
Say hello method.- Parameters:
name
- The name.
-
-