Uses of Record Class
ch.rasc.jcentserverclient.models.SubscribeResult
Packages that use SubscribeResult
-
Uses of SubscribeResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return SubscribeResultModifier and TypeMethodDescriptionSubscribeResponse.result()Get the result if successful.Reply.subscribe()Returns the value of thesubscriberecord component.Methods in ch.rasc.jcentserverclient.models with parameters of type SubscribeResultConstructors in ch.rasc.jcentserverclient.models with parameters of type SubscribeResultModifierConstructorDescriptionReply(Error error, PublishResult publish, BroadcastResult broadcast, SubscribeResult subscribe, UnsubscribeResult unsubscribe, DisconnectResult disconnect, PresenceResult presence, PresenceStatsResult presenceStats, HistoryResult history, HistoryRemoveResult historyRemove, InfoResult info, RefreshResult refresh, ChannelsResult channels) Creates an instance of aReplyrecord class.SubscribeResponse(Error error, SubscribeResult result) Creates an instance of aSubscribeResponserecord class.