adminConsole
Description
Displays up-to-date statistics, recent exchanges and, by default, allows live modification of Membrane's configuration.
Can be used in
spring:beans, api, bean, if, interceptor, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler
Syntax
<adminConsole />
Listing 1: adminConsole Syntax
Sample
<serviceProxy port="9000"> <adminConsole readOnly="[true, false]" /> </serviceProxy>
Listing 2: adminConsole Example
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
readOnly | false | false | Whether runtime changes to Membrane's configuration can be committed in the admin console. | |
useXForwardedForAsClientAddr | false | false | whether to show the value of the first "X-Forwarded-For" header instead of the client IP address |