This extension provides a message snippet that can be used for declaring messages quickly. Example: Typing "message" will result in the following snippet: public const string REQUEST_SOMETHING = "REQUEST_SOMETHING";
Messages are used for publish / subscribe architectures. An implementation of MessageBus can be found on the Bizmonger.Patterns package onNuget. |