Uses of Enum Class
com.btcvelocity.api.queue.ServerStatus
Packages that use ServerStatus
-
Uses of ServerStatus in com.btcvelocity.api.queue
Methods in com.btcvelocity.api.queue that return ServerStatusModifier and TypeMethodDescription@NotNull ServerStatusQueue.getServerStatus()Returns the current status of the backend server.static ServerStatusReturns the enum constant of this class with the specified name.static ServerStatus[]ServerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.btcvelocity.api.queue with parameters of type ServerStatusModifier and TypeMethodDescriptionvoidQueue.setServerStatus(@NotNull ServerStatus status) Updates the status of the backend server.