Unsubscribes from an event source. @param m event @throws RestException when error
(EventSource m)
| 498 | * @throws RestException when error |
| 499 | */ |
| 500 | public void unsubscribe(EventSource m) throws RestException { |
| 501 | subscriptions.unsubscribe(this, m); |
| 502 | } |
| 503 | |
| 504 | /** |
| 505 | * Unsubscribes from all known subscriptions. |
no outgoing calls
no test coverage detected