jar

com.actigence : resttemplate-request-logger

Maven & Gradle

May 24, 2020
0 stars

com.actigence:resttemplate-request-logger · Log all the outgoing API calls made through Spring's RestTemplate to API Access Tracker backend (https://github.com/Actigence/api-access-tracker-backend)

Table Of Contents

Latest Version

Download com.actigence : resttemplate-request-logger JAR file - Latest Versions:

All Versions

Download com.actigence : resttemplate-request-logger 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 resttemplate-request-logger-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.actigence.rrl.dto

├─ com.actigence.rrl.dto.NameValue.class - [JAR]

├─ com.actigence.rrl.dto.OutboundRequestLog.class - [JAR]

com.actigence.rrl

├─ com.actigence.rrl.OutboundRequestTrackingInterceptor.class - [JAR]

com.actigence.rrl.aws

├─ com.actigence.rrl.aws.SQSClient.class - [JAR]

Advertisement