jar

tech.aroma.banana : banana-service

Maven & Gradle

Feb 23, 2016
2 stars

Part of the Banana Service Project. Simplicity is paramount. The Banana Service is Service Notifications for Developers. Developers are able to be notified of Urgent events that occur within the Micro-Services. The Banana Service can also be used to setup Service Health Checks and Alerts.

Table Of Contents

Latest Version

Download tech.aroma.banana : banana-service JAR file - Latest Versions:

All Versions

Download tech.aroma.banana : banana-service JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 banana-service-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.aroma.banana.service

├─ tech.aroma.banana.service.AuthenticationLayer.class - [JAR]

├─ tech.aroma.banana.service.BananaAssertions.class - [JAR]

├─ tech.aroma.banana.service.BananaGenerators.class - [JAR]

├─ tech.aroma.banana.service.BananaServiceBase.class - [JAR]

├─ tech.aroma.banana.service.ModuleBananaService.class - [JAR]

tech.aroma.banana.service.operations

├─ tech.aroma.banana.service.operations.DeleteMessageOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.DismissMessageOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.FollowApplicationOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetActivityOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetApplicationInfoOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetApplicationMessagesOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetBuzzOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetDashboardOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetFullMessageOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetInboxOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetMediaOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetMyApplicationsOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetMySavedChannelsOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.GetUserInfoOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.ModuleBananaServiceOperations.class - [JAR]

├─ tech.aroma.banana.service.operations.ProvisionApplicationOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.RegenerateApplicationTokenOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.RegisterHealthCheckOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.RemoveSavedChannelOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.RenewApplicationTokenOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.SaveChannelOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.SearchForApplicationsOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.SignInOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.SignUpOperation.class - [JAR]

├─ tech.aroma.banana.service.operations.SnoozeChannelOperation.class - [JAR]

tech.aroma.banana.service.operations.encryption

├─ tech.aroma.banana.service.operations.encryption.AromaPasswordEncryptor.class - [JAR]

├─ tech.aroma.banana.service.operations.encryption.AromaPasswordEncryptorImpl.class - [JAR]

├─ tech.aroma.banana.service.operations.encryption.ModuleEncryptionMaterialsDev.class - [JAR]

├─ tech.aroma.banana.service.operations.encryption.OverTheWireDecryptor.class - [JAR]

├─ tech.aroma.banana.service.operations.encryption.OverTheWireDecryptorImpl.class - [JAR]

tech.aroma.banana.service.server

├─ tech.aroma.banana.service.server.TcpServer.class - [JAR]