Uses of Interface
org.apache.activemq.AsyncCallback
Packages that use AsyncCallback
-
Uses of AsyncCallback in org.apache.activemq
Methods in org.apache.activemq with parameters of type AsyncCallbackModifier and TypeMethodDescriptionvoidActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, boolean disableMessageID, boolean disableMessageTimestamp, AsyncCallback onComplete) voidActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, AsyncCallback onComplete) voidActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, AsyncCallback onComplete) voidActiveMQMessageProducer.send(jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, AsyncCallback onComplete) voidActiveMQMessageProducer.send(jakarta.jms.Message message, AsyncCallback onComplete) protected voidActiveMQSession.send(ActiveMQMessageProducer producer, ActiveMQDestination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, boolean disableMessageID, boolean disableMessageTimestamp, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete) Sends the message for dispatch by the broker.protected voidActiveMQSession.send(ActiveMQMessageProducer producer, ActiveMQDestination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete) Sends the message for dispatch by the broker.voidActiveMQConnection.syncSendPacket(Command command, AsyncCallback onComplete) Send a packet through a Connection - for internal use only