C# Class MassTransit.RoutingSlipEventConsumerConfigurationExtensions

Mostrar archivo Open project: MassTransit/MassTransit

Public Methods

Method Description
RoutingSlipActivityEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void

Configure the routing slip activity event consumers on a receive endpoint

RoutingSlipActivityEventConsumers ( this configurator, IRoutingSlipEventPersister persister, IPartitioner partitioner ) : void

Configure the routing slip activity event consumers on a receive endpoint

RoutingSlipEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void

Configure the routing slip event consumers on a receive endpoint

RoutingSlipEventConsumers ( this configurator, IRoutingSlipEventPersister persister, IPartitioner partitioner ) : void

Configure the routing slip event consumers on a receive endpoint

Method Details

RoutingSlipActivityEventConsumers() public static method

Configure the routing slip activity event consumers on a receive endpoint
public static RoutingSlipActivityEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void
configurator this
persister IRoutingSlipEventPersister
return void

RoutingSlipActivityEventConsumers() public static method

Configure the routing slip activity event consumers on a receive endpoint
public static RoutingSlipActivityEventConsumers ( this configurator, IRoutingSlipEventPersister persister, IPartitioner partitioner ) : void
configurator this
persister IRoutingSlipEventPersister
partitioner IPartitioner Use a partitioner to reduce duplicate key errors
return void

RoutingSlipEventConsumers() public static method

Configure the routing slip event consumers on a receive endpoint
public static RoutingSlipEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void
configurator this
persister IRoutingSlipEventPersister The event persister used to save the events
return void

RoutingSlipEventConsumers() public static method

Configure the routing slip event consumers on a receive endpoint
public static RoutingSlipEventConsumers ( this configurator, IRoutingSlipEventPersister persister, IPartitioner partitioner ) : void
configurator this
persister IRoutingSlipEventPersister The event persister used to save the events
partitioner IPartitioner Use a partitioner to reduce duplicate key errors
return void