Class ResolveMarketPriceRequestsJobService

java.lang.Object
com.bluebell.greenhouse.radicle.services.market.price.ResolveMarketPriceRequestsJobService

@Service public class ResolveMarketPriceRequestsJobService extends Object
Submits on-demand market price resolution work when new requests arrive.
Version:
3.0.6
Author:
Stephen Prizio
  • 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.