Go to new doc!

+49 228 5552576-0


info@predic8.com

roundRobinStrategy

Description

Can be used in

spring:beans, balancer and bean

Syntax

				<roundRobinStrategy />
			
Listing 1: roundRobinStrategy Syntax

Sample

				<serviceProxy port="2000">
					<balancer>
						<roundRobinStrategy />
					</balancer>
				</serviceProxy>
			
Listing 2: roundRobinStrategy Example