public abstract class BaseEndpointResolutionStrategy extends Object implements ServiceEndpointResolutionStrategy
Constructor and Description |
---|
BaseEndpointResolutionStrategy() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<URI> |
apply(Collection<ServiceEndpoint> input) |
protected abstract com.google.common.base.Predicate<ServiceEndpoint> |
filter() |
protected static com.google.common.base.Predicate<ServiceEndpoint> |
withIface(ServiceEndpoint.Interface iface) |
protected abstract com.google.common.base.Predicate<ServiceEndpoint> filter()
@Nullable public com.google.common.base.Supplier<URI> apply(Collection<ServiceEndpoint> input)
apply
in interface com.google.common.base.Function<Collection<ServiceEndpoint>,com.google.common.base.Supplier<URI>>
protected static com.google.common.base.Predicate<ServiceEndpoint> withIface(ServiceEndpoint.Interface iface)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.