Class SendAcknowledgementHandlerWrapper
- java.lang.Object
-
- org.apache.activemq.artemis.core.client.impl.SendAcknowledgementHandlerWrapper
-
- All Implemented Interfaces:
SendAcknowledgementHandler
public class SendAcknowledgementHandlerWrapper extends Object implements SendAcknowledgementHandler
-
-
Constructor Summary
Constructors Constructor Description SendAcknowledgementHandlerWrapper(SendAcknowledgementHandler wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendAcknowledged(Message message)Notifies the client that a message sent asynchronously has been received by the server.voidsendFailed(Message message, Exception e)
-
-
-
Constructor Detail
-
SendAcknowledgementHandlerWrapper
public SendAcknowledgementHandlerWrapper(SendAcknowledgementHandler wrapped)
-
-
Method Detail
-
sendAcknowledged
public void sendAcknowledged(Message message)
Description copied from interface:SendAcknowledgementHandlerNotifies the client that a message sent asynchronously has been received by the server.- Specified by:
sendAcknowledgedin interfaceSendAcknowledgementHandler- Parameters:
message- message sent asynchronously
-
sendFailed
public void sendFailed(Message message, Exception e)
- Specified by:
sendFailedin interfaceSendAcknowledgementHandler
-
-