namespace StellaOps.Notify.Queue; /// /// Supported transports for the Notify event queue. /// public enum NotifyQueueTransportKind { Redis, Nats }