Interface StreamingLogReaderPlugin

    • Method Detail

      • initialize

        boolean initialize​(java.util.Map<java.lang.String,​? extends java.lang.Object> context)
        Sets the execution context information for the log information being requested, will be called prior to other methods StreamingLogReader.openStream(Long), and must return true to indicate the stream is ready to be open, false otherwise.
        Parameters:
        context - execution context data
        Returns:
        true if the stream is ready to open