Class FreeSoftInventoryJobConfiguration
- java.lang.Object
-
- com.broadleafcommerce.inventory.job.freeinventory.FreeSoftInventoryJobConfiguration
-
@Configuration @ConditionalOnPropertyOrGroup(name="broadleaf.inventory.messaging.active", group="broadleaf.basic.messaging.enabled", matchIfMissing=true) @Import(Listener.class) public class FreeSoftInventoryJobConfiguration extends Object
Configuration for the 'free soft inventory' job.- Author:
- Jacob Mitash
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FreeSoftInventoryJobConfiguration.Listener
-
Constructor Summary
Constructors Constructor Description FreeSoftInventoryJobConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FreeSoftInventoryJobService
freeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
-
-
Method Detail
-
freeSoftInventoryJobService
@Bean @ConditionalOnMissingBean public FreeSoftInventoryJobService freeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
-