unsubscribe method

dynamic unsubscribe(
  1. List<String> subjects
)

Unsubscribe from one or more subjects.

\param subjects subjects to unsubscribe

Implementation

unsubscribe(List<String> subjects) {
  clientImpl.unsubscribe(subjects);
}