caplin.services.messaging.MessageService
.
Attributes | Name and Description |
---|---|
|
caplin.services.messaging.Subscription()
|
Attributes | Name and Description |
---|---|
|
void
dispose()
Permanently stops the subscription from receiving new updates to the subject. |
|
String
getSubject()
Returns the subject that this subscription is subscribed to. |
|
Boolean
isPaused()
Returns whether the subscription is currently paused or not. |
|
void
pause()
Temporarily disables the subscription from receiving new updates to the subject. |
|
void
resume()
Re-enables the subscription, allowing it to receive any new updates to the subject. |
►
caplin.services.messaging.Subscription()
►
void
dispose()
Permanently stops the subscription from receiving new updates to the subject. Should be called when there is no further need for this subscription.
►
String
getSubject()
Returns the subject that this subscription is subscribed to.
►
Boolean
isPaused()
Returns whether the subscription is currently paused or not.
►
void
pause()
Temporarily disables the subscription from receiving new updates to the subject.
►
void
resume()
Re-enables the subscription, allowing it to receive any new updates to the subject.