This commit is contained in:
		
							
								
								
									
										10
									
								
								src/StellaOps.Notify.Worker/Handlers/INotifyEventHandler.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/StellaOps.Notify.Worker/Handlers/INotifyEventHandler.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| using System.Threading; | ||||
| using System.Threading.Tasks; | ||||
| using StellaOps.Notify.Queue; | ||||
|  | ||||
| namespace StellaOps.Notify.Worker.Handlers; | ||||
|  | ||||
| public interface INotifyEventHandler | ||||
| { | ||||
|     Task HandleAsync(NotifyQueueEventMessage message, CancellationToken cancellationToken); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user