Interface ProcessOutputConfiguration

    • Method Detail

      • getHeadSize

        java.util.Optional<java.lang.Integer> getHeadSize()
        Size of head log. How many output lines keep since start.
        Returns:
        Returns number of lines to keep from start
      • getTailSize

        java.util.Optional<java.lang.Integer> getTailSize()
        Size of tail log.
        Returns:
        Returns size of tail log