Jvm Sandbox Repeater

A Java server-side recording and playback solution based on JVM-Sandbox
Alternatives To Jvm Sandbox Repeater
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jvm Sandbox Repeater2,281
a day ago93apache-2.0Java
A Java server-side recording and playback solution based on JVM-Sandbox
Videojs Record1,33713152 months ago76November 16, 202276mitJavaScript
video.js plugin for recording audio/video/image files
Androbd1,122
7 days ago67gpl-3.0Java
Android OBD diagnostics with any ELM327 adapter
Pytest Recording31018a month ago20June 20, 202227mitPython
A pytest plugin that allows recording network interactions via VCR.py
Ardrone Webflight213
18 years ago2August 31, 201320mitJavaScript
Pilot the AR.Drone 2.0 directly from your browser. Extend the application with plugins to add features such as video recording, autonomous flight, face recognition, and more.
Videocaptureplus Phonegap Plugin134
5 years ago33Objective-C
:movie_camera:
Flutter_screen_recording10122 months ago2October 29, 202114mitDart
A new Flutter plugin for record the screen.
Flutter_audio92
33 years ago7March 24, 202110mitJava
A Flutter audio-plugin to playing and recording sounds
Cordova Plugin Audio Recorder Api85615 years ago6October 06, 201523Objective-C
This plugin is a Cordova audio recorder plugin which works as API.
Cypress Har Generator7412 months ago22September 08, 202218mitTypeScript
Cypress plugin for generating HTTP Archive (HAR) files captures network requests during Cypress tests.
Alternatives To Jvm Sandbox Repeater
Select To Compare


Alternative Project Comparisons
Readme

logo

Build Status License GitHub issues

JVM-Sandbox/

jvm-sandbox-repeaterJVM-SandboxJVM-Sandbox/API

-

  • Debug

jvm-sandbox-repeater JVM-SandboxJVM-Sandbox

  • ///

repeater

1. /

  • HTTP/Java/Dubbo/
  • TTL
  • HTTP/Dubbo/JavaJava/DubboMock

2. API

  • /
  • /

3. standalone

  • //

repeater

1.

  • /

2.

  • ""Debug
  • /

3.

  • 0HTTP/Dubbo

4.

Java(entranceInvocation)egHTTP/Dubbo/Java(subInvocations)(InvokePlugin)

  • invocation

JVM-SandboxBEFORE``RETRUN``THROWDefaultEventListener

TTLRepeaterConfig.useTtl

enhance/

InvocationIdentity

Tracer

public void onEvent(Event event) throws Throwable {
    try {
        /*
         * eventlistenertop
         */
        /** -------- **/
        /*
         * Tracer[TTL]
         */
        /** -------- **/
        /*
         * 
         */
        /** -------- **/
        /*
         * 
         */
        /** -------- **/
        /*
         * processor filter
         */
        /** -------- **/
        /*
         * 
         */
    } catch (ProcessControlException pe) {
        /*
         * sandbox
         */
    } catch (Throwable throwable) {
    	 /*
    	  * 
    	  */
    } finally {
        /*
         * 
         */
    }
}

****mockmock

  • (HTTP/Dubbo/Java)
  • mock/mock
  • hook

EventBusFlowDispatherRepeaterSPImockmockmock

mockeg:mybatis/dubbo) MockStrategy JVM-SandboxthrowReturnImmediately

public void doMock(BeforeEvent event, Boolean entrance, InvokeType type) throws ProcessControlException {
    /*
     * 
     */
    RepeatContext context = RepeatCache.getRepeatContext(Tracer.getTraceId());
    /*
     * mock
     */
    if (!skipMock(event, entrance, context) && context != null && context.getMeta().isMock()) {
        try {
            /*
             * mock
             */
            final MockRequest request = MockRequest.builder()
                    ...
                    .build();
            /*
             * mock
             */
            final MockResponse mr = StrategyProvider.instance().provide(context.getMeta().getStrategyType()).execute(request);
            /*
             * 
             */
            switch (mr.action) {
  					...
            }
        } catch (ProcessControlException pce) {
            throw pce;
        } catch (Throwable throwable) {
            ProcessControlException.throwThrowsImmediately(new RepeatException("unexpected code snippet here.", throwable));
        }
    }
}

v

Javaissue

Mock
http-plugin 201906 zhaoyb1990
dubbo-plugin 201906 zhaoyb1990
ibatis-plugin 201906 zhaoyb1990
mybatis-plugin 201906 ztbsuper
java-plugin 201906 zhaoyb1990
redis-plugin 201910 ElesG
hibernate 201910 zhaoyb1990
spring-data-jpa 201910 zhaoyb1990

pic

Popular Recording Projects
Popular Plugin Projects
Popular Applications Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Plugin
Http
Mock
Recording
Dubbo