"Fossies" - the Fresh Open Source Software Archive 
Member "moskito-moskito-2.10.0/moskito-webui/src/test/resources/distributeme.json" (20 Nov 2020, 2310 Bytes) of package /linux/misc/moskito-moskito-2.10.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 registryContainerPort: 9229,
3 registryContainerHost: "localhost",
4
5 //if true the server will log all exceptions including expected exception (defined by the interface), otherwise expected exceptions will be ignored
6 logServerSideExceptions: false,
7 //if true the client (stub) will log all caught exceptions (remote exception and runtime exceptions)
8 logClientSideExceptions: false,
9
10 //registrationIpMapping: "192.168.200.5:10.0.0.0",
11
12 "listener.1": "org.distributeme.core.listener.ServerLifecycleSysOutPrinterListener",
13 //"interceptor.1": "org.distributeme.test.interception.interceptor.LogOutBeforeCallInterceptor",
14 //"interceptor.1": "org.distributeme.core.interceptor.availabilitytesting.ServiceUnavailableByPropertyInterceptor",
15 //"interceptor.2": "org.distributeme.core.interceptor.availabilitytesting.ServerSideSlowDownByPropertyInterceptor",
16 //"interceptor.3": "org.distributeme.core.interceptor.availabilitytesting.ServerSideSlowDownByConfigurationInterceptor",
17 // "interceptor.50": "org.distributeme.test.interception.interceptor.LogOutAfterCallInterceptor",
18
19 test: {
20 interceptors: {
21 // "interceptor.1": "org.distributeme.test.interception.interceptor.LogOutBeforeCallInterceptor",
22 "interceptor.2": "org.distributeme.test.interception.interceptor.InterceptSumInterceptor",
23 "interceptor.3": "org.distributeme.test.interception.interceptor.ModifyReturnValueInterceptor",
24 "interceptor.4": "org.distributeme.test.interception.interceptor.InterceptInClientInterceptor",
25 "interceptor.5": "org.distributeme.test.interception.interceptor.InspectParameterExample",
26 "interceptor.6": "org.distributeme.test.interception.interceptor.PiggybackingInterceptor",
27 "interceptor.10": "org.distributeme.core.interceptor.moskito.MoskitoJourneyInterceptor",
28 // "interceptor.50": "org.distributeme.test.interception.interceptor.LogOutAfterCallInterceptor",
29 },
30
31 "flip": {
32 "interceptor.1": "org.distributeme.core.interceptor.availabilitytesting.FlippingServiceUnavailableByConfigurationInterceptor",
33 "interceptor.2": "org.distributeme.core.interceptor.availabilitytesting.FlippingServerSideSlowDownByConfigurationInterceptor",
34 "interceptor.3": "org.distributeme.core.interceptor.availabilitytesting.FlippingServerSideSlowDownByConfigurationInterceptor",
35 },
36 }
37 }