Classes
The following classes are available globally.
-
Builder to create your job with behaviour
See moreDeclaration
Swift
public final class JobBuilder
-
See moreJSONEncoderandJSONDecoderto serialize JobInfoDeclaration
Swift
public class DecodableSerializer : JobInfoSerializer
-
Using Key value serializer to match with V1 behavior
See moreDeclaration
Swift
public class V1Serializer : JobInfoSerializer
-
Class to compute the log and print to the console
See moreDeclaration
Swift
open class ConsoleLogger : SwiftQueueLogger -
Class to ignore all kind of logs
See moreDeclaration
Swift
public class NoLogger : SwiftQueueLogger
-
Global manager to perform operations on all your queues/ You will have to keep this instance. We highly recommend you to store this instance in a Singleton Creating and instance of this class will automatically un-serialize your jobs and schedule them
See moreDeclaration
Swift
public final class SwiftQueueManager -
Entry point to create a
See moreSwiftQueueManagerDeclaration
Swift
public final class SwiftQueueManagerBuilder
-
Persist jobs in UserDefaults
See moreDeclaration
Swift
public class UserDefaultsPersister : JobPersister
Classes Reference