yavsc/Yavsc.Abstract/Messaging/Topics.cs

9 lines
393 B
C#
Raw Normal View History

2018-02-03 20:17:29 +01:00
namespace Yavsc.Abstract.Messaging
{
public static class MessagingConstants {
public static readonly string TopicGeneral = "/topic/general";
public static readonly string TopicRdvQuery = "/topic/RdvQuery";
public static readonly string TopicEstimation = "/topic/Estimation";
public static readonly string TopicHairCutQuery = "/topic/HairCutQuery";
}
}