ChainedConnector

class ChainedConnector @Inject constructor(submitPlan: SubmitPlan, repoConnector: RepoConnector) : Connector<Action.ChainedRequest>

Connector implementation for handling chained plans.

Constructors

Link copied to clipboard
@Inject
constructor(submitPlan: SubmitPlan, repoConnector: RepoConnector)

Functions

Link copied to clipboard
open suspend override fun invoke(planId: UUID, action: Action.ChainedRequest): ExecutorResult

Invokes the chained plan with the given plan ID and action.

Link copied to clipboard
open suspend override fun shutdown()

Shuts down the connector and releases any resources.