ResolvedAddress - The type of address after resolution.E - Type of ServiceDiscovererEvents published from ServiceDiscoverer.discover(Object).@FunctionalInterface
public interface ServiceDiscoveryRetryStrategy<ResolvedAddress,E extends ServiceDiscovererEvent<ResolvedAddress>>
ServiceDiscoverer.discover(Object).| Modifier and Type | Method and Description |
|---|---|
Publisher<E> |
apply(Publisher<E> sdEvents)
Applies this strategy on the passed
Publisher. |