Class CompositeDiscoveryService<A extends ServiceInstance,B,C extends TrafficPolicy<A,B>>

java.lang.Object
io.inverno.mod.discovery.CompositeDiscoveryService<A,B,C>
Type Parameters:
A - the type of service instance
B - the type of service request
C - the type of traffic policy
All Implemented Interfaces:
DiscoveryService<A,B,C>

public class CompositeDiscoveryService<A extends ServiceInstance,B,C extends TrafficPolicy<A,B>> extends Object implements DiscoveryService<A,B,C>

A composite discovery service composing multiple discovery services.

Since:
1.12
Author:
Jeremy Kuhn