Uses of Interface
org.apache.activemq.artemis.api.core.client.SendAcknowledgementHandler
-
-
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type SendAcknowledgementHandler Modifier and Type Method Description voidClientProducer. send(Message message, SendAcknowledgementHandler handler)Sends a message to the specified address instead of the ClientProducer's address.voidClientProducer. send(SimpleString address, Message message, SendAcknowledgementHandler handler)Sends a message to the specified address instead of the ClientProducer's address.ClientSessionClientSession. setSendAcknowledgementHandler(SendAcknowledgementHandler handler)Sets aSendAcknowledgementHandlerfor this session. -
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement SendAcknowledgementHandler Modifier and Type Class Description classSendAcknowledgementHandlerWrapperMethods in org.apache.activemq.artemis.core.client.impl with parameters of type SendAcknowledgementHandler Modifier and Type Method Description voidClientSessionImpl. scheduleConfirmation(SendAcknowledgementHandler handler, Message message)voidClientSessionInternal. scheduleConfirmation(SendAcknowledgementHandler handler, Message message)voidClientProducerImpl. send(Message message, SendAcknowledgementHandler handler)voidClientProducerImpl. send(SimpleString address1, Message message, SendAcknowledgementHandler handler)ClientSessionImplClientSessionImpl. setSendAcknowledgementHandler(SendAcknowledgementHandler handler)Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type SendAcknowledgementHandler Constructor Description SendAcknowledgementHandlerWrapper(SendAcknowledgementHandler wrapped) -
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return SendAcknowledgementHandler Modifier and Type Method Description SendAcknowledgementHandlerActiveMQSessionContext. getSendAcknowledgementHandler()Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type SendAcknowledgementHandler Modifier and Type Method Description voidActiveMQSessionContext. sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress)intActiveMQSessionContext. sendLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int reconnectID, SendAcknowledgementHandler messageHandler)intActiveMQSessionContext. sendServerLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, SendAcknowledgementHandler messageHandler)voidActiveMQSessionContext. setSendAcknowledgementHandler(SendAcknowledgementHandler handler) -
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return SendAcknowledgementHandler Modifier and Type Method Description SendAcknowledgementHandlerSessionSendContinuationMessage. getHandler()SendAcknowledgementHandlerSessionSendMessage. getHandler()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type SendAcknowledgementHandler Constructor Description SessionSendContinuationMessage(byte type, Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler)SessionSendContinuationMessage(Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler)SessionSendContinuationMessage_V2(Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler)SessionSendMessage(byte id, ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocolSessionSendMessage(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocolSessionSendMessage_1X(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)SessionSendMessage_V2(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocol -
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement SendAcknowledgementHandler Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered. -
Uses of SendAcknowledgementHandler in org.apache.activemq.artemis.spi.core.remoting
Fields in org.apache.activemq.artemis.spi.core.remoting declared as SendAcknowledgementHandler Modifier and Type Field Description protected SendAcknowledgementHandlerSessionContext. sendAckHandlerMethods in org.apache.activemq.artemis.spi.core.remoting that return SendAcknowledgementHandler Modifier and Type Method Description abstract SendAcknowledgementHandlerSessionContext. getSendAcknowledgementHandler()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type SendAcknowledgementHandler Modifier and Type Method Description abstract voidSessionContext. sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress)abstract intSessionContext. sendLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int reconnectID, SendAcknowledgementHandler messageHandler)abstract intSessionContext. sendServerLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, SendAcknowledgementHandler messageHandler)abstract voidSessionContext. setSendAcknowledgementHandler(SendAcknowledgementHandler handler)
-