C# Class MassTransit.RoutingSlipEventConsumerConfigurationExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode 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 méthode

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

RoutingSlipActivityEventConsumers() public static méthode

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
Résultat void

RoutingSlipEventConsumers() public static méthode

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
Résultat void

RoutingSlipEventConsumers() public static méthode

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
Résultat void