Interface QueueableFactory<T extends Queueable>


public interface QueueableFactory<T extends Queueable>
Base Queueable interface.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates new object method.
  • Method Details

    • createObject

      T createObject()
      Creates new object method.