Uses of Record Class
ch.rasc.jcentserverclient.models.ChannelContext
Packages that use ChannelContext
-
Uses of ChannelContext in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return ChannelContextMethods in ch.rasc.jcentserverclient.models that return types with arguments of type ChannelContextModifier and TypeMethodDescriptionConnectionState.channels()Returns the value of thechannelsrecord component.Method parameters in ch.rasc.jcentserverclient.models with type arguments of type ChannelContextModifier and TypeMethodDescriptionConnectionState.Builder.channels(Map<String, ChannelContext> channels) Constructor parameters in ch.rasc.jcentserverclient.models with type arguments of type ChannelContextModifierConstructorDescriptionConnectionState(Map<String, ChannelContext> channels, ConnectionTokenInfo connectionToken, Map<String, SubscriptionTokenInfo> subscriptionTokens, Object meta) Creates an instance of aConnectionStaterecord class.