- All Implemented Interfaces:
- Queue<R>
A common base class for AQ.
 
 This type is for JOOQ INTERNAL USE only. Do not reference directly
- Author:
- Lukas Eder
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
- 
- 
typepublic final UDT<R> type() 
 Description copied from interface: Queue
 The payload type. 
- Specified by:
- typein interface- Queue<R extends UDTRecord<R>>