Files
yavsc/src/Yavsc.Abstract/Messaging/Topics.cs

10 lines
362 B
C#

namespace Yavsc.Abstract.Messaging
{
public static class Topics {
public static readonly string General = "/topic/general";
public static readonly string RdvQuery = "/topic/RdvQuery";
public static readonly string Estimation = "/topic/Estimation";
public static readonly string HairCutQuery = "/topic/HairCutQuery";
}
}