Class ShipmentDeletedConsumer
Represents the shipment saved consumer for the rrp
Inheritance
System.Object
ShipmentDeletedConsumer
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentDeletedConsumer : ConsumerBase<ShipmentDeleted>
Constructors
| Improve this Doc View SourceShipmentDeletedConsumer(IKeyValueStore, IShipmentService)
Initialize consumer
Declaration
public ShipmentDeletedConsumer(IKeyValueStore keyValueStore, IShipmentService shipmentService)
Parameters
Type | Name | Description |
---|---|---|
IKeyValueStore | keyValueStore | |
IShipmentService | shipmentService |
Methods
| Improve this Doc View SourceExecute(ConsumeContext<ShipmentDeleted>)
Method to execute
Declaration
public override async Task Execute(ConsumeContext<ShipmentDeleted> message)
Parameters
Type | Name | Description |
---|---|---|
ConsumeContext<ShipmentDeleted> | message |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |