-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcos Gomes
committed
Feb 20, 2023
1 parent
011225d
commit 43c8ca3
Showing
17 changed files
with
289 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
using Marquitos.Events.Consumers; | ||
using Marquitos.Events.RabbitMQ.Enums; | ||
using Marquitos.Events.RabbitMQ.Enums; | ||
|
||
namespace Marquitos.Events | ||
{ | ||
/// <summary> | ||
/// Management event fired by management service | ||
/// </summary> | ||
internal class ManagementEvent<TConsumer> where TConsumer : class, IEventConsumer | ||
internal class ManagementEvent | ||
{ | ||
public ManagementEventActionType Action { get; set; } | ||
|
||
/// <summary> | ||
/// Gets the unique identifier key for this event | ||
/// </summary> | ||
public static string Key => $"{typeof(TConsumer).FullName}"; | ||
|
||
} | ||
} |
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
src/Marquitos.Events.RabbitMQ/Extensions/Configuration/IEventConsumerConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.