Uses of Enum Class
org.apache.activemq.artemis.core.protocol.stomp.StompVersions
Packages that use StompVersions
-
Uses of StompVersions in org.apache.activemq.artemis.core.protocol.stomp
Methods in org.apache.activemq.artemis.core.protocol.stomp that return StompVersionsModifier and TypeMethodDescriptionstatic StompVersionsReturns the enum constant of this class with the specified name.static StompVersions[]StompVersions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.protocol.stomp with parameters of type StompVersionsModifier and TypeMethodDescriptionstatic VersionedStompFrameHandlerVersionedStompFrameHandler.getHandler(StompConnection connection, StompVersions version, ScheduledExecutorService scheduledExecutorService, ExecutorFactory executorFactory)