Class LogStateSnapshot.FlowSnapshot

    • Constructor Detail

      • FlowSnapshot

        public FlowSnapshot​(long version,
                            @Nullable
                            Integer parentFlowId,
                            @NotNull
                            Set<Integer> childFlowIds,
                            @Nullable
                            BlockLogMessage lastBlockMessage)
    • Method Detail

      • getParentFlowId

        @TestOnly
        @Nullable
        public Integer getParentFlowId()
      • getLastBlockMessage

        @TestOnly
        @Nullable
        public BlockLogMessage getLastBlockMessage()