jar

io.github.progmodek : flow

Maven & Gradle

Jan 20, 2024
8 stars

Flow Driven Domain · This library transforms your domain into a 'flowabe', 'process-centric' dmain

Table Of Contents

Latest Version

Download io.github.progmodek : flow JAR file - Latest Versions:

All Versions

Download io.github.progmodek : flow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 flow-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.progmod.flow.autoconfigure

├─ com.progmod.flow.autoconfigure.FlowAutoConfiguration.class - [JAR]

com.progmod.flow.infra.event

├─ com.progmod.flow.infra.event.EventPublisherRegistry.class - [JAR]

├─ com.progmod.flow.infra.event.FlowActionLogger.class - [JAR]

com.progmod.flow.domain.service.parser.definition

├─ com.progmod.flow.domain.service.parser.definition.FlowDefinition.class - [JAR]

com.progmod.flow.domain.service.delegate

├─ com.progmod.flow.domain.service.delegate.ActionDelegate.class - [JAR]

├─ com.progmod.flow.domain.service.delegate.SystemActionDelegate.class - [JAR]

com.progmod.flow.domain.service.parser

├─ com.progmod.flow.domain.service.parser.FlowParser.class - [JAR]

com.progmod.flow.infra.postgres

├─ com.progmod.flow.infra.postgres.BasePostgresJsonRepository.class - [JAR]

com.progmod.flow.domain.port

├─ com.progmod.flow.domain.port.EventsPublisher.class - [JAR]

├─ com.progmod.flow.domain.port.FlowDefinitionParser.class - [JAR]

├─ com.progmod.flow.domain.port.FlowRepository.class - [JAR]

├─ com.progmod.flow.domain.port.TaskScheduler.class - [JAR]

com.progmod.flow.domain.command

├─ com.progmod.flow.domain.command.CommandGateway.class - [JAR]

├─ com.progmod.flow.domain.command.CommandHandler.class - [JAR]

com.progmod.flow.infra.task

├─ com.progmod.flow.infra.task.DatabaseTaskConsumer.class - [JAR]

├─ com.progmod.flow.infra.task.DatabaseTaskScheduler.class - [JAR]

├─ com.progmod.flow.infra.task.LockService.class - [JAR]

├─ com.progmod.flow.infra.task.TaskRepository.class - [JAR]

com.progmod.flow.domain.service

├─ com.progmod.flow.domain.service.FlowEngine.class - [JAR]

├─ com.progmod.flow.domain.service.FlowService.class - [JAR]

com.progmod.flow.infra.resource

├─ com.progmod.flow.infra.resource.ClassLoaderResourceParser.class - [JAR]

Advertisement