Class InteractivePreprocessorTester

    • Constructor Detail

      • InteractivePreprocessorTester

        public InteractivePreprocessorTester​(Supplier<ReportableEntityPreprocessor> preprocessorSupplier,
                                             com.wavefront.data.ReportableEntityType entityType,
                                             String port,
                                             List<String> customSourceTags)
        Parameters:
        preprocessorSupplier - supplier for ReportableEntityPreprocessor
        entityType - entity type (to determine whether it's a span or a point)
        port - handler key
        customSourceTags - list of custom source tags (for parsing)
    • Method Detail

      • interactiveTest

        public boolean interactiveTest()
        Description copied from interface: InteractiveTester
        Read line from stdin and process it.
        Specified by:
        interactiveTest in interface InteractiveTester
        Returns:
        true if there's more input to process