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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfreeSoftInventoryJobService
(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
Constructor Details
-
FreeSoftInventoryJobConfiguration
public FreeSoftInventoryJobConfiguration()
-
-
Method Details
-
freeSoftInventoryJobService
@Bean @ConditionalOnMissingBean public FreeSoftInventoryJobService freeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-