Package deltix.qsrv.hf.blocks.l2
Class L2DataProcessorConfig
- java.lang.Object
-
- deltix.qsrv.hf.blocks.l2.L2DataProcessorConfig
-
public class L2DataProcessorConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static L2DataProcessorConfig
NULL
-
Constructor Summary
Constructors Constructor Description L2DataProcessorConfig()
L2DataProcessorConfig(boolean produceL1, deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage>
getOutputChannel()
boolean
isProduceL1()
boolean
isUseOriginalTimestampAsLast()
void
setOutputChannel(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)
void
setProduceL1(boolean produceL1)
void
setUseOriginalTimestampAsLast(boolean useOriginalTimestampAsLast)
-
-
-
Field Detail
-
NULL
public static final L2DataProcessorConfig NULL
-
-
Method Detail
-
isUseOriginalTimestampAsLast
public boolean isUseOriginalTimestampAsLast()
-
setUseOriginalTimestampAsLast
public void setUseOriginalTimestampAsLast(boolean useOriginalTimestampAsLast)
-
isProduceL1
public boolean isProduceL1()
-
setProduceL1
public void setProduceL1(boolean produceL1)
-
getOutputChannel
public deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> getOutputChannel()
-
setOutputChannel
public void setOutputChannel(deltix.data.stream.MessageChannel<deltix.qsrv.hf.pub.InstrumentMessage> outputChannel)
-
-