T - type of loading elementspublic interface QueueLoader<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<T> |
load()
Load elements to the queue.
|
List<T> load() throws LoadingException
List of TLoadingExceptionCopyright © 2013–2019 BB Corp. All rights reserved.