Package org.glassfish.grizzly.asyncqueue
Interface AsyncQueueIO<L>
-
- All Known Implementing Classes:
AsyncQueueIO.ImmutableAsyncQueueIO,AsyncQueueIO.MutableAsyncQueueIO
public interface AsyncQueueIO<L>Class encapsulates asynchronous queue implementation:AsyncQueueReader,AsyncQueueWriter.- Author:
- Alexey Stashok
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAsyncQueueIO.Factorystatic classAsyncQueueIO.ImmutableAsyncQueueIO<L>static classAsyncQueueIO.MutableAsyncQueueIO<L>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncQueueReader<L>getReader()GetAsyncQueueReaderimplementation.AsyncQueueWriter<L>getWriter()GetAsyncQueueWriterimplementation.
-
-
-
Method Detail
-
getReader
AsyncQueueReader<L> getReader()
GetAsyncQueueReaderimplementation.- Returns:
AsyncQueueReaderimplementation.
-
getWriter
AsyncQueueWriter<L> getWriter()
GetAsyncQueueWriterimplementation.- Returns:
AsyncQueueWriterimplementation.
-
-