private static class RxEventBus.RxClosureSubscription extends ClosureSubscription
Fields inherited from class | Fields |
---|---|
class AbstractSubscription |
subscriptions |
Type | Name and description |
---|---|
io.reactivex.disposables.Disposable |
subscription |
Properties inherited from class | Properties |
---|---|
class ClosureSubscription |
listener |
class AbstractSubscription |
eventKey |
Constructor and description |
---|
RxClosureSubscription(java.lang.CharSequence eventId, java.util.Map<java.lang.CharSequence, java.util.Collection<Subscription>> subscriptions, groovy.lang.Closure subscriber, rx.subjects.Subject subject, rx.Scheduler scheduler) |
Type Params | Return Type | Name and description |
---|---|---|
|
Subscription |
cancel() |
|
boolean |
isCancelled() |
Methods inherited from class | Name |
---|---|
class ClosureSubscription |
buildTrigger |
class AbstractSubscription |
cancel, isCancelled |
Groovy Documentation