Uses of Interface
com.bluebell.greenhouse.radicle.performable.ActionExecutionReporter
Packages that use ActionExecutionReporter
Package
Description
Contains the implementing classes of
.
invalid reference
com.bluebell.greenhouse.radicle.performable.ActionPerformable
Contains the service layer for action execution and reporting.
-
Uses of ActionExecutionReporter in com.bluebell.greenhouse.radicle.performable
Methods in com.bluebell.greenhouse.radicle.performable with parameters of type ActionExecutionReporterModifier and TypeMethodDescriptionDurableActionHandler.perform(T payload, ActionExecutionReporter reporter) Executes the action from durable input. -
Uses of ActionExecutionReporter in com.bluebell.greenhouse.radicle.performable.impl
Methods in com.bluebell.greenhouse.radicle.performable.impl with parameters of type ActionExecutionReporterModifier and TypeMethodDescriptionComputeIndicatorValuesActionPerformable.perform(ComputeIndicatorActionPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.FetchMarketDataFromFirstRateDataActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.FetchMarketEventsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.InvalidateStaleAccountsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.NotifyUnresolvedSymbolsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.PeriodicAccountBalanceUpdaterActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.PingMiddlewareActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.RemoveOldIncomingPingsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.RemoveOldJobsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.RemoveStaleForgottenPasswordInstancesActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.RemoveStaleJobsInProgressActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.ResolveMarketPriceRequestsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input.SendRecurringNotificationsActionPerformable.perform(EmptyJobPayload payload, ActionExecutionReporter reporter) Executes the action from durable input. -
Uses of ActionExecutionReporter in com.bluebell.greenhouse.radicle.services.action
Methods in com.bluebell.greenhouse.radicle.services.action that return ActionExecutionReporterModifier and TypeMethodDescriptionCreates a reporter scoped to one execution and job attempt.