Uses of Interface
org.apache.activemq.AsyncCallback

Packages that use AsyncCallback
Package
Description
The core JMS client API implementation classes.
  • Uses of AsyncCallback in org.apache.activemq

    Methods in org.apache.activemq with parameters of type AsyncCallback
    Modifier and Type
    Method
    Description
    void
    ActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, boolean disableMessageID, boolean disableMessageTimestamp, AsyncCallback onComplete)
     
    void
    ActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, AsyncCallback onComplete)
     
    void
    ActiveMQMessageProducer.send(jakarta.jms.Destination destination, jakarta.jms.Message message, AsyncCallback onComplete)
     
    void
    ActiveMQMessageProducer.send(jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, AsyncCallback onComplete)
     
    void
    ActiveMQMessageProducer.send(jakarta.jms.Message message, AsyncCallback onComplete)
     
    protected void
    ActiveMQSession.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 void
    ActiveMQSession.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.
    void
    ActiveMQConnection.syncSendPacket(Command command, AsyncCallback onComplete)
    Send a packet through a Connection - for internal use only