Interface MyClient
-
- All Known Implementing Classes:
AsyncClient,SyncClient
public interface MyClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()MessagegetMessage()
-
AsyncClient, SyncClientpublic interface MyClient
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCount() |
|
Message |
getMessage() |