JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.miaixz.bus.vortex.Channel
Packages that use
Channel
Package
Description
org.miaixz.bus.vortex
基于spring webflux 开发的API网关
Uses of
Channel
in
org.miaixz.bus.vortex
Methods in
org.miaixz.bus.vortex
that return
Channel
Modifier and Type
Method
Description
static
Channel
Channel.
get
(
String
value)
根据渠道值获取对应的渠道枚举实例。
static
Channel
Channel.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Channel
[]
Channel.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.