corda / net.corda.testing.node / InMemoryMessagingNetwork / ServicePeerAllocationStrategy / RoundRobin

RoundRobin

class RoundRobin : ServicePeerAllocationStrategy

Constructors

<init>

RoundRobin()

Functions

pickNext

fun <A> pickNext(service: DistributedServiceHandle, pickFrom: List<A>): A