Uses of Class
org.apache.activemq.artemis.cli.commands.messages.perf.AsyncJms2ProducerFacade.SendAttemptResult
-
Packages that use AsyncJms2ProducerFacade.SendAttemptResult Package Description org.apache.activemq.artemis.cli.commands.messages.perf -
-
Uses of AsyncJms2ProducerFacade.SendAttemptResult in org.apache.activemq.artemis.cli.commands.messages.perf
Methods in org.apache.activemq.artemis.cli.commands.messages.perf that return AsyncJms2ProducerFacade.SendAttemptResult Modifier and Type Method Description AsyncJms2ProducerFacade.SendAttemptResultAsyncJms2ProducerFacade. trySend(javax.jms.Message message, javax.jms.CompletionListener completionListener, Runnable availableObserver)static AsyncJms2ProducerFacade.SendAttemptResultAsyncJms2ProducerFacade.SendAttemptResult. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncJms2ProducerFacade.SendAttemptResult[]AsyncJms2ProducerFacade.SendAttemptResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-