C# 클래스 SInnovations.Azure.MessageProcessor.Core.Notifications.DefaultNotifications

상속: IMessageProcessorNotifications
파일 보기 프로젝트 열기: s-innovations/S-Innovations.Azure.MessageProcessor

공개 메소드들

메소드 설명
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

메소드 상세

HandlerWasNotFoundAsync() 공개 메소드

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

MessageCompletedAsync() 공개 메소드

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

MessageStartedAsync() 공개 메소드

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

MovingMessageToDeadLetterAsync() 공개 메소드

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

RunningIdleAsync() 공개 메소드

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