Instance Method
dispatched(job:eventLoop:)
Called when the job is first dispatched
func dispatched(job: JobEventData, eventLoop: any EventLoop) -> EventLoopFuture<Void>
Parameters
jobThe
JobDataassociated with the jobeventLoopThe eventLoop
Default Implementations
JobEventDelegate Implementations
func dispatched(job: JobEventData, eventLoop: any EventLoop) -> EventLoopFuture<Void>Called when the job is first dispatchedfunc dispatched(job: JobEventData, eventLoop: any EventLoop) -> EventLoopFuture<Void>Called when the job is first dispatched