generated gauges do not depend on constexpr
This commit is contained in:
parent
9911f237ba
commit
28988af9a6
Binary file not shown.
|
@ -136,13 +136,13 @@ public class LiveDataProcessor {
|
|||
outputValueConsumer.conditional = conditional;
|
||||
state.addDestination((state1, structure) -> outputValueConsumer.handleEndStruct(state1, structure));
|
||||
|
||||
state.addDestination(new ConfigurationConsumer() {
|
||||
@Override
|
||||
public void handleEndStruct(ReaderState readerState, ConfigStructure structure) throws IOException {
|
||||
gaugeConsumer.handleEndStruct(readerState, structure);
|
||||
}
|
||||
});
|
||||
}
|
||||
state.addDestination(new ConfigurationConsumer() {
|
||||
@Override
|
||||
public void handleEndStruct(ReaderState readerState, ConfigStructure structure) throws IOException {
|
||||
gaugeConsumer.handleEndStruct(readerState, structure);
|
||||
}
|
||||
});
|
||||
|
||||
state.doJob();
|
||||
|
||||
|
|
Loading…
Reference in New Issue