Package io.smallrye.stork.spi
Interface ElementWithType
- All Known Subinterfaces:
LoadBalancerLoader,ServiceDiscoveryLoader,ServiceRegistrarLoader<MetadataKeyType>
public interface ElementWithType
A class having a
type() method such a load balancer and service discovery providers.-
Method Summary
-
Method Details
-
type
String type()Gets the type.- Returns:
- the type, must not be
null, must not be blank
-