Class ResolveMarketPriceRequestsJobService
java.lang.Object
com.bluebell.greenhouse.radicle.services.market.price.ResolveMarketPriceRequestsJobService
Submits on-demand market price resolution work when new requests arrive.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSubmits a resolution attempt unless one is already committed.
-
Constructor Details
-
ResolveMarketPriceRequestsJobService
public ResolveMarketPriceRequestsJobService()
-
-
Method Details
-
triggerExecution
public void triggerExecution()Submits a resolution attempt unless one is already committed. New requests arriving is the trigger here, so the type's scheduled cooldown deliberately does not apply.
-