Interface StreamingSubscription
-
Method Details
-
getSubscriptionId
String getSubscriptionId() -
getName
String getName() -
getDescription
String getDescription() -
getStatus
String getStatus() -
getChannel
Channel getChannel() -
getMessages
List<SubscriptionMessage> getMessages() -
getCreatedDate
String getCreatedDate() -
getUpdatedDate
String getUpdatedDate() -
delete
Boolean delete() -
refresh
void refresh()
-