10 lines
111 B
C#
10 lines
111 B
C#
|
namespace Tapeti
|
|||
|
{
|
|||
|
public enum ConsumeResponse
|
|||
|
{
|
|||
|
Ack,
|
|||
|
Nack,
|
|||
|
Requeue
|
|||
|
}
|
|||
|
}
|