Skip to content

Instance Method

dispatched(job:eventLoop:)

Called when the job is first dispatched
func dispatched(job: JobEventData, eventLoop: any EventLoop) -> EventLoopFuture<Void>

Parameters

job

The JobData associated with the job

eventLoop

The eventLoop

Default Implementations

JobEventDelegate Implementations