ServicePeerAllocationStrategy

How traffic is allocated in the case where multiple nodes share a single identity, which happens for notaries in a cluster. You don't normally ever need to change this: it is mostly useful for testing notary implementations.

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun <A> pickNext(service: InMemoryMessagingNetwork.DistributedServiceHandle, pickFrom: List<A>): A