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
|
public static RoutingSlipActivityEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void | ||
configurator | this | |
persister | IRoutingSlipEventPersister | |
return | void |
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 |
public static RoutingSlipEventConsumers ( this configurator, IRoutingSlipEventPersister persister ) : void | ||
configurator | this | |
persister | IRoutingSlipEventPersister | The event persister used to save the events |
return | void |
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 |