Uses of Record Class
ch.rasc.jcentserverclient.models.HistoryResult
Packages that use HistoryResult
-
Uses of HistoryResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return HistoryResultModifier and TypeMethodDescriptionReply.history()Returns the value of thehistoryrecord component.HistoryResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type HistoryResultConstructors in ch.rasc.jcentserverclient.models with parameters of type HistoryResultModifierConstructorDescriptionHistoryResponse(Error error, HistoryResult result) Creates an instance of aHistoryResponserecord class.Reply(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.