jar

com.github.jimsp : jorchestra-example

Maven & Gradle

Jan 11, 2018
1 usages
3 stars

JOrchestra · microserviço para execução distribuida com hazelcast à partir de endpoint websocket

Table Of Contents

Latest Version

Download com.github.jimsp : jorchestra-example JAR file - Latest Versions:

All Versions

Download com.github.jimsp : jorchestra-example 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 jorchestra-example-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.jorchestra.example.service

├─ br.com.jorchestra.example.service.ChatMessageExample.class - [JAR]

├─ br.com.jorchestra.example.service.DepositIntoAccountExample.class - [JAR]

├─ br.com.jorchestra.example.service.ElectronicTransferOfFundsExample.class - [JAR]

├─ br.com.jorchestra.example.service.RemoveFromAccountExample.class - [JAR]

br.com.jorchestra.example.notification

├─ br.com.jorchestra.example.notification.ChatNotificationExample.class - [JAR]

├─ br.com.jorchestra.example.notification.JOrchestraNotificationEletronicTransferAccount.class - [JAR]

br.com.jorchestra.example.system.event

├─ br.com.jorchestra.example.system.event.JOrchestraHelloWordSystemEvent.class - [JAR]

br.com.jorchestra.example.runner

├─ br.com.jorchestra.example.runner.JOrchestraRunner.class - [JAR]

br.com.jorchestra.example.canonical

├─ br.com.jorchestra.example.canonical.Account.class - [JAR]

├─ br.com.jorchestra.example.canonical.AccountBuilder.class - [JAR]

├─ br.com.jorchestra.example.canonical.Status.class - [JAR]

br.com.jorchestra.example.configuration

├─ br.com.jorchestra.example.configuration.JOrchestraExampleConfiguration.class - [JAR]

br.com.jorchestra.example

├─ br.com.jorchestra.example.JorchestraApplication.class - [JAR]

br.com.jorchestra.example.dto

├─ br.com.jorchestra.example.dto.TransferRequest.class - [JAR]

├─ br.com.jorchestra.example.dto.TransferRequestBuilder.class - [JAR]

├─ br.com.jorchestra.example.dto.TransferResponse.class - [JAR]

├─ br.com.jorchestra.example.dto.TransferResponseBuilder.class - [JAR]

Advertisement