Uses of Interface
cn.sliew.carp.framework.feign.endpoint.ServiceEndpoint
Packages that use ServiceEndpoint
-
Uses of ServiceEndpoint in cn.sliew.carp.framework.feign.client
Methods in cn.sliew.carp.framework.feign.client with parameters of type ServiceEndpointModifier and TypeMethodDescription<T> TFeignServiceClientFactory.create(Class<T> type, ServiceEndpoint serviceEndpoint) <T> TServiceClientFactory.create(Class<T> type, ServiceEndpoint serviceEndpoint) Builds a concrete client capable of making HTTP calls.<T> TDefaultServiceClientProvider.getService(Class<T> type, ServiceEndpoint serviceEndpoint) <T> TServiceClientProvider.getService(Class<T> type, ServiceEndpoint serviceEndpoint) Returns the concrete feign service clientdefault booleanServiceClientFactory.supports(Class<?> type, ServiceEndpoint serviceEndpoint) Decide if this factory can support the endpoint provided. -
Uses of ServiceEndpoint in cn.sliew.carp.framework.feign.endpoint
Classes in cn.sliew.carp.framework.feign.endpoint that implement ServiceEndpointModifier and TypeClassDescriptionclassRepresents a service endpoint URL and name.