Instance Method
success(jobId:eventLoop:)
Called when the job succeeds
func success(jobId: String, eventLoop: any EventLoop) -> EventLoopFuture<Void>
Parameters
jobIdThe id of the Job
eventLoopThe eventLoop
Instance Method
func success(jobId: String, eventLoop: any EventLoop) -> EventLoopFuture<Void>
jobIdThe id of the Job
eventLoopThe eventLoop