public class InputStreamSources extends Object
Constructor and Description |
---|
InputStreamSources(Map<StreamId,InputStreamSource<?>> streamSources) |
Modifier and Type | Method and Description |
---|---|
<S extends ValueInputStream<?>> |
getInputStreamSource(StreamDescriptor streamDescriptor,
Stream.StreamKind streamKind,
Class<S> streamType) |
public InputStreamSources(Map<StreamId,InputStreamSource<?>> streamSources)
public <S extends ValueInputStream<?>> InputStreamSource<S> getInputStreamSource(StreamDescriptor streamDescriptor, Stream.StreamKind streamKind, Class<S> streamType)
Copyright © 2012–2021. All rights reserved.