Package jadex.micro.tutorial
Interface IExtendedChatService
-
- All Superinterfaces:
IChatService
- All Known Implementing Classes:
ChatServiceD3
,ChatServiceD4
public interface IExtendedChatService extends IChatService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<UserProfileD3>
getUserProfile()
Get the user profile.-
Methods inherited from interface jadex.micro.tutorial.IChatService
message
-
-
-
-
Method Detail
-
getUserProfile
IFuture<UserProfileD3> getUserProfile()
Get the user profile.- Returns:
- The user profile.
-
-