jar

tw.teddysoft.ezddd-gateway : ezddd-data-api

Maven & Gradle

Jun 26, 2024

ezddd-data-api · ezddd-data-api provides the default implementations of OutboxRepositoryPeer and EsRepositoryPeer from ezddd-core and the interfaces for supporting OutboxStore and Event Store of DDD.

Table Of Contents

Latest Version

Download tw.teddysoft.ezddd-gateway : ezddd-data-api JAR file - Latest Versions:

All Versions

Download tw.teddysoft.ezddd-gateway : ezddd-data-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 ezddd-data-api-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tw.teddysoft.ezddd.adapter.repository.outbox

├─ tw.teddysoft.ezddd.adapter.repository.outbox.OutboxRepositoryPeerAdapter.class - [JAR]

├─ tw.teddysoft.ezddd.adapter.repository.outbox.OutboxStore.class - [JAR]

tw.teddysoft.ezddd.adapter.repository.es

├─ tw.teddysoft.ezddd.adapter.repository.es.EsRepositoryPeerAdapter.class - [JAR]

├─ tw.teddysoft.ezddd.adapter.repository.es.EventStore.class - [JAR]

tw.teddysoft.ezddd.adapter.repository

├─ tw.teddysoft.ezddd.adapter.repository.OptimisticLockingFailureException.class - [JAR]