C# Class MassTransit.QuartzIntegration.Configuration.SchedulerBusObserver

Used to start and stop an in-memory scheduler using Quartz
Inheritance: IBusObserver
Mostrar archivo Open project: MassTransit/MassTransit Class Usage Examples

Public Methods

Method Description
CreateFaulted ( Exception exception ) : System.Threading.Tasks.Task
PostCreate ( IBus bus ) : System.Threading.Tasks.Task
PostStart ( IBus bus, Task busReady ) : System.Threading.Tasks.Task
PostStop ( IBus bus ) : System.Threading.Tasks.Task
PreStart ( IBus bus ) : System.Threading.Tasks.Task
PreStop ( IBus bus ) : System.Threading.Tasks.Task
SchedulerBusObserver ( IScheduler scheduler, Uri schedulerEndpointAddress ) : System
StartFaulted ( IBus bus, Exception exception ) : System.Threading.Tasks.Task
StopFaulted ( IBus bus, Exception exception ) : System.Threading.Tasks.Task

Method Details

CreateFaulted() public method

public CreateFaulted ( Exception exception ) : System.Threading.Tasks.Task
exception System.Exception
return System.Threading.Tasks.Task

PostCreate() public method

public PostCreate ( IBus bus ) : System.Threading.Tasks.Task
bus IBus
return System.Threading.Tasks.Task

PostStart() public method

public PostStart ( IBus bus, Task busReady ) : System.Threading.Tasks.Task
bus IBus
busReady Task
return System.Threading.Tasks.Task

PostStop() public method

public PostStop ( IBus bus ) : System.Threading.Tasks.Task
bus IBus
return System.Threading.Tasks.Task

PreStart() public method

public PreStart ( IBus bus ) : System.Threading.Tasks.Task
bus IBus
return System.Threading.Tasks.Task

PreStop() public method

public PreStop ( IBus bus ) : System.Threading.Tasks.Task
bus IBus
return System.Threading.Tasks.Task

SchedulerBusObserver() public method

public SchedulerBusObserver ( IScheduler scheduler, Uri schedulerEndpointAddress ) : System
scheduler IScheduler
schedulerEndpointAddress System.Uri
return System

StartFaulted() public method

public StartFaulted ( IBus bus, Exception exception ) : System.Threading.Tasks.Task
bus IBus
exception System.Exception
return System.Threading.Tasks.Task

StopFaulted() public method

public StopFaulted ( IBus bus, Exception exception ) : System.Threading.Tasks.Task
bus IBus
exception System.Exception
return System.Threading.Tasks.Task