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
Default Implementations
JobEventDelegate Implementations
success(jobId:eventLoop:)Called when the job succeedssuccess(jobId:eventLoop:)Called when the job succeeds