Classes

The following classes are available globally.

  • Builder to create your job with behaviour

    See more

    Declaration

    Swift

    public final class JobBuilder
  • 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 more

    Declaration

    Swift

    public final class SwiftQueueManager
  • Entry point to create a SwiftQueueManager

    See more

    Declaration

    Swift

    public final class SwiftQueueManagerBuilder