Package com.epam.fixengine.storage.queue
Interface QueueableFactory<T extends Queueable>
public interface QueueableFactory<T extends Queueable>
Base Queueable interface.
- See Also:
-
Method Summary
-
Method Details
-
createObject
T createObject()Creates new object method.
-