Package pl.morgwai.base.utils.concurrent
Interface OrderedConcurrentOutputBuffer.OutputStream<MessageT>
-
- Enclosing class:
- OrderedConcurrentOutputBuffer<MessageT>
public static interface OrderedConcurrentOutputBuffer.OutputStream<MessageT>Interface for the underlying stream as well as forthe added buckets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidwrite(MessageT message)
-
-
-
Method Detail
-
write
void write(MessageT message)
-
close
void close()
-
-