Uses of Enum Class
ru.pathcreator.pyc.rpc.core.IdleStrategyKind
Packages that use IdleStrategyKind
-
Uses of IdleStrategyKind in ru.pathcreator.pyc.rpc.core
Subclasses with type arguments of type IdleStrategyKind in ru.pathcreator.pyc.rpc.coreModifier and TypeClassDescriptionenumВыбор idle-стратегии для receive и вспомогательных polling loops.Methods in ru.pathcreator.pyc.rpc.core that return IdleStrategyKindModifier and TypeMethodDescriptionChannelConfig.rxIdleStrategy()Возвращает idle-стратегию rx-потока.static IdleStrategyKindReturns the enum constant of this class with the specified name.static IdleStrategyKind[]IdleStrategyKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.pathcreator.pyc.rpc.core with parameters of type IdleStrategyKindModifier and TypeMethodDescriptionChannelConfig.Builder.rxIdleStrategy(IdleStrategyKind v) Задает idle-стратегию rx-потока.