MCPcopy Index your code
hub / github.com/ari4java/ari4java / unsubscribe

Method unsubscribe

src/main/java/ch/loway/oss/ari4java/ARI.java:500–502  ·  view source on GitHub ↗

Unsubscribes from an event source. @param m event @throws RestException when error

(EventSource m)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected