Go to new doc!

+49 228 5552576-0


info@predic8.com

clusterNotification

Description

Receives control messages to dynamically modify the configuration of a {@link LoadBalancingInterceptor}.

Can be used in

spring:beans, api, bean, if, interceptor, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler

Syntax

				<clusterNotification validateSignature="[true, false]"
					keyHex="string" timeout="integer" />
			
Listing 1: clusterNotification Syntax

Sample

				<serviceProxy port="2000">
					<request >
						<clusterNotification validateSignature="true"
							keyHex="6f488a642b740fb70c5250987a284dc0" timeout="5000" />
					</request>
				</serviceProxy>						
			
Listing 2: clusterNotification Example

Attributes

Name Required Default Description Example
keyHex false - Key used by encryption as hex string 6f488a642b740fb70c5250987a284dc0
timeout false - Timestamp invalidation period. (0=unlimited) 5000
validateSignature false - Set Push Interface to encrypted mode.

Explanation