- 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 Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
 
- 
Method Details
- 
 
- 
 
- 
type
public final UDT<R> type()
 
Description copied from interface: Queue 
The payload type.
- Specified by:
 
type in interface Queue<R extends UDTRecord<R>>