Package io.smallrye.stork.spi
Interface ElementWithType
-
- All Known Subinterfaces:
LoadBalancerLoader,ServiceDiscoveryLoader,ServiceRegistrarLoader<MetadataKeyType>
public interface ElementWithTypeA class having atype()method such a load balancer and service discovery providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtype()Gets the type.
-
-
-
Method Detail
-
type
String type()
Gets the type.- Returns:
- the type, must not be
null, must not be blank
-
-