Class BuildLogSynchronizeStateObject

    • Constructor Detail

      • BuildLogSynchronizeStateObject

        public BuildLogSynchronizeStateObject​(@NotNull
                                              String buildLogId,
                                              @NotNull
                                              List<LogMessageData> messages,
                                              @NotNull
                                              Map<Integer,​Long> clientFlowSnapshotVersions,
                                              @NotNull
                                              FlushDirective flushDirective,
                                              boolean lastMessageLoggingResultRequired)
    • Method Detail

      • getClientFlowSnapshotVersions

        @NotNull
        public Map<Integer,​Long> getClientFlowSnapshotVersions()
      • getFlushDirective

        @NotNull
        public FlushDirective getFlushDirective()
      • isLastMessageLoggingResultRequired

        public boolean isLastMessageLoggingResultRequired()