C# 클래스 MassTransit.RoutingSlipEventConsumerConfigurationExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

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

메소드 상세

RoutingSlipActivityEventConsumers() 공개 정적인 메소드

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

RoutingSlipActivityEventConsumers() 공개 정적인 메소드

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
리턴 void

RoutingSlipEventConsumers() 공개 정적인 메소드

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
리턴 void

RoutingSlipEventConsumers() 공개 정적인 메소드

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
리턴 void