Interface ClientControl.SessionFilterOperationResult
- Enclosing interface:
- ClientControl
public static interface ClientControl.SessionFilterOperationResult
Result of ClientControl operations that identify sessions using a client
filter and provide a result through a
CompletableFuture.- Since:
- 6.5
-
Method Summary
-
Method Details
-
selected
int selected()- Returns:
- the number of sessions that were selected by the provided filter.
-