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 |
Method | Description | |
---|---|---|
GetAckId ( ) : object | ||
SendMessage ( string command, IStompTransaction transaction ) : System.Threading.Tasks.Task |
public Ack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task | ||
transaction | IStompTransaction | |
return | System.Threading.Tasks.Task |
public AcknowledgableMessage ( IMessage message, ITransport transport ) : System.Collections.Generic | ||
message | IMessage | |
transport | ITransport | |
return | System.Collections.Generic |
public Nack ( IStompTransaction transaction = null ) : System.Threading.Tasks.Task | ||
transaction | IStompTransaction | |
return | System.Threading.Tasks.Task |