cancel<T extends E> abstract method

void cancel<T extends E>()

Cancels all subscriptions for events of type T.

After cancellation, no events of type T will be received until new subscriptions are created.

Implementation

void cancel<T extends E>();