jar

io.github.juliengalet : reactor-flow

Maven & Gradle

Nov 25, 2021
14 stars

Reactor flow · A library to execute flows with reactor. Inspired by https://github.com/j-easy/easy-flows project.

Table Of Contents

Latest Version

Download io.github.juliengalet : reactor-flow JAR file - Latest Versions:

All Versions

Download io.github.juliengalet : reactor-flow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window reactor-flow-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.juliengalet.reactorflow.report

├─ io.github.juliengalet.reactorflow.report.FlowContext.class - [JAR]

├─ io.github.juliengalet.reactorflow.report.GlobalReport.class - [JAR]

├─ io.github.juliengalet.reactorflow.report.Metadata.class - [JAR]

├─ io.github.juliengalet.reactorflow.report.Report.class - [JAR]

├─ io.github.juliengalet.reactorflow.report.Status.class - [JAR]

io.github.juliengalet.reactorflow.utils

├─ io.github.juliengalet.reactorflow.utils.ConsoleStyle.class - [JAR]

├─ io.github.juliengalet.reactorflow.utils.LoggerUtils.class - [JAR]

├─ io.github.juliengalet.reactorflow.utils.PrettyPrint.class - [JAR]

io.github.juliengalet.reactorflow.builder

├─ io.github.juliengalet.reactorflow.builder.ConditionalFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.ParallelFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.RecoverableFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.RetryableFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.SequentialFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.StepFlowBuilder.class - [JAR]

├─ io.github.juliengalet.reactorflow.builder.SwitchFlowBuilder.class - [JAR]

io.github.juliengalet.reactorflow.exception

├─ io.github.juliengalet.reactorflow.exception.FlowBuilderException.class - [JAR]

├─ io.github.juliengalet.reactorflow.exception.FlowException.class - [JAR]

├─ io.github.juliengalet.reactorflow.exception.FlowExceptionType.class - [JAR]

├─ io.github.juliengalet.reactorflow.exception.FlowFunctionalException.class - [JAR]

├─ io.github.juliengalet.reactorflow.exception.FlowTechnicalException.class - [JAR]

├─ io.github.juliengalet.reactorflow.exception.RecoverableFlowException.class - [JAR]

io.github.juliengalet.reactorflow.flow

├─ io.github.juliengalet.reactorflow.flow.ConditionalFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.DefaultMetadataStep.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.DefaultStep.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.Flow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.FlowStatusPolicy.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.NoOpFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.ParallelFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.RecoverableFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.RetryableFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.SequentialFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.Step.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.StepFlow.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.StepWithMetadata.class - [JAR]

├─ io.github.juliengalet.reactorflow.flow.SwitchFlow.class - [JAR]