public class SerializableEventProducer<T extends java.io.Serializable> extends AbstractEventProducer<T>
| Constructor and Description |
|---|
SerializableEventProducer(SourceIdentifier sourceIdentifier,
de.huxhorn.sulky.buffers.AppendOperation<EventWrapper<T>> eventQueue,
SourceIdentifierUpdater<T> sourceIdentifierUpdater,
ConverterRegistry<T> converterRegistry,
java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
start() |
addEvent, getEventQueue, getSourceIdentifierpublic SerializableEventProducer(SourceIdentifier sourceIdentifier, de.huxhorn.sulky.buffers.AppendOperation<EventWrapper<T>> eventQueue, SourceIdentifierUpdater<T> sourceIdentifierUpdater, ConverterRegistry<T> converterRegistry, java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException