Protocols
The following protocols are available globally.
-
Protocol to create instance of your job
See moreDeclaration
Swift
public protocol JobCreator -
Method to implement to have a custom persister
See moreDeclaration
Swift
public protocol JobPersister -
Callback to give result in synchronous or asynchronous job
See moreDeclaration
Swift
public protocol JobResult -
Protocol to implement to run a job
See moreDeclaration
Swift
public protocol Job
-
Protocol to implement for implementing your custom logger
See moreDeclaration
Swift
public protocol SwiftQueueLogger
Protocols Reference