Uses of Enum Class
org.apache.activemq.artemis.cli.commands.messages.perf.AsyncJms2ProducerFacade.SendAttemptResult
Packages that use AsyncJms2ProducerFacade.SendAttemptResult
-
Uses of AsyncJms2ProducerFacade.SendAttemptResult in org.apache.activemq.artemis.cli.commands.messages.perf
Subclasses with type arguments of type AsyncJms2ProducerFacade.SendAttemptResult in org.apache.activemq.artemis.cli.commands.messages.perfMethods in org.apache.activemq.artemis.cli.commands.messages.perf that return AsyncJms2ProducerFacade.SendAttemptResultModifier and TypeMethodDescriptionAsyncJms2ProducerFacade.trySend(javax.jms.Message message, javax.jms.CompletionListener completionListener, Runnable availableObserver) Returns the enum constant of this class with the specified name.AsyncJms2ProducerFacade.SendAttemptResult.values()Returns an array containing the constants of this enum class, in the order they are declared.