C# Class SInnovations.Azure.MessageProcessor.Core.Notifications.DefaultNotifications

Inheritance: IMessageProcessorNotifications
ファイルを表示 Open project: s-innovations/S-Innovations.Azure.MessageProcessor

Public Methods

Method Description
HandlerWasNotFoundAsync ( HandlerNotFoundNotification handlerNotFoundNotification ) : System.Threading.Tasks.Task
MessageCompletedAsync ( MessageCompletedNotification messageCompletedNotification ) : System.Threading.Tasks.Task
MessageStartedAsync ( MessageStartedNotification messageStartedNotification ) : System.Threading.Tasks.Task
MovingMessageToDeadLetterAsync ( MovingToDeadLetterNotification moveToDeadLetterEvent ) : System.Threading.Tasks.Task
RunningIdleAsync ( IdleRunningNotification idleRunningNotification ) : System.Threading.Tasks.Task

Method Details

HandlerWasNotFoundAsync() public method

public HandlerWasNotFoundAsync ( HandlerNotFoundNotification handlerNotFoundNotification ) : System.Threading.Tasks.Task
handlerNotFoundNotification HandlerNotFoundNotification
return System.Threading.Tasks.Task

MessageCompletedAsync() public method

public MessageCompletedAsync ( MessageCompletedNotification messageCompletedNotification ) : System.Threading.Tasks.Task
messageCompletedNotification MessageCompletedNotification
return System.Threading.Tasks.Task

MessageStartedAsync() public method

public MessageStartedAsync ( MessageStartedNotification messageStartedNotification ) : System.Threading.Tasks.Task
messageStartedNotification MessageStartedNotification
return System.Threading.Tasks.Task

MovingMessageToDeadLetterAsync() public method

public MovingMessageToDeadLetterAsync ( MovingToDeadLetterNotification moveToDeadLetterEvent ) : System.Threading.Tasks.Task
moveToDeadLetterEvent MovingToDeadLetterNotification
return System.Threading.Tasks.Task

RunningIdleAsync() public method

public RunningIdleAsync ( IdleRunningNotification idleRunningNotification ) : System.Threading.Tasks.Task
idleRunningNotification IdleRunningNotification
return System.Threading.Tasks.Task