Uses of Enum Class
com.caplin.server.ThrottleCommand
Packages that use ThrottleCommand
-
Uses of ThrottleCommand in com.caplin.server
Methods in com.caplin.server that return ThrottleCommandModifier and TypeMethodDescriptionstatic ThrottleCommandReturns the enum constant of this class with the specified name.static ThrottleCommand[]ThrottleCommand.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThrottleCommand in com.caplin.server.auth
Methods in com.caplin.server.auth with parameters of type ThrottleCommandModifier and TypeMethodDescriptionvoidSessionManager.adjustThrottleForObject(UserSession session, String subscribedObjectName, ThrottleCommand command) Provides a mechanism to control the throttling level of a single subscription of a session.voidSessionManager.adjustThrottleForSession(UserSession session, ThrottleCommand command) Provides a mechanism to control the throttling level of all subscriptions of a session.