blob: 263567a193f3224c1ae2b88893e89d8221bae5fa [file] [log] [blame]
namespace DotPulsar.Internal
{
public enum FaultAction : byte
{
Retry,
Relookup,
Fault
}
}