C# Class StompSharp.Messages.AcknowledgableMessage

Inheritance: IAcknowledgableMessage
Exibir arquivo Open project: Code-Sharp/StompSharp

Public Methods

Method Description
Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetAckId ( ) : object
SendMessage ( string command, IStompTransaction transaction ) : System.Threading.Tasks.Task

Method Details

Ack() public method

public Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
return System.Threading.Tasks.Task

AcknowledgableMessage() public method

public AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic
message IMessage
transport ITransport
return System.Collections.Generic

Nack() public method

public Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task
transaction IStompTransaction
return System.Threading.Tasks.Task