Uses of Class
org.eclipse.ditto.services.gateway.streaming.WebsocketConfig.WebsocketConfigValue
-
Packages that use WebsocketConfig.WebsocketConfigValue Package Description org.eclipse.ditto.services.gateway.streaming -
-
Uses of WebsocketConfig.WebsocketConfigValue in org.eclipse.ditto.services.gateway.streaming
Methods in org.eclipse.ditto.services.gateway.streaming that return WebsocketConfig.WebsocketConfigValue Modifier and Type Method Description static WebsocketConfig.WebsocketConfigValueWebsocketConfig.WebsocketConfigValue. valueOf(String name)Returns the enum constant of this type with the specified name.static WebsocketConfig.WebsocketConfigValue[]WebsocketConfig.WebsocketConfigValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-