T - type of processing elementspublic interface QueueProcessor<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
process(T element)
Process queued element.
|
void process(T element) throws ProcessingException
element - queued elementProcessingExceptionCopyright © 2013–2019 BB Corp. All rights reserved.