jar

io.github.javiercanillas : spring-cloud-aws-messaging-in-memory

Maven & Gradle

Feb 01, 2023
0 stars

Spring cloud AWS messaging In-memory · Simple implementation with basic functionality of AWS SQS using in-memory Java Queues based on public interfaces of Spring Cloud AWS messaging

Table Of Contents

Latest Version

Download io.github.javiercanillas : spring-cloud-aws-messaging-in-memory JAR file - Latest Versions:

All Versions

Download io.github.javiercanillas : spring-cloud-aws-messaging-in-memory JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 spring-cloud-aws-messaging-in-memory-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.javiercanillas.amazonws.services.sqs

├─ io.github.javiercanillas.amazonws.services.sqs.ConsumeMethodHolder.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.InMemoryAwsSqsClient.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.InMemoryQueueMessagingConfiguration.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.InMemoryQueueMessagingTemplate.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.NotImplementedException.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.Pair.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.SqsInstance.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.SqsListenerBeanPostProcessor.class - [JAR]

├─ io.github.javiercanillas.amazonws.services.sqs.SqsManager.class - [JAR]

Advertisement