JobPersister
public protocol JobPersisterMethod to implement to have a custom persister
- 
                  
                  Return an array of QueueName persisted DeclarationSwift func restore() -> [String]
- 
                  
                  Restore all job in a single queue DeclarationSwift func restore(queueName: String) -> [String]
- 
                  
                  Add a single job to a single queue with custom params DeclarationSwift func put(queueName: String, taskId: String, data: String)
- 
                  
                  Remove a single job for a single queue DeclarationSwift func remove(queueName: String, taskId: String)
 JobPersister Protocol Reference
        JobPersister Protocol Reference