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

    Modifier and Type
    Method
    Description
    Gets the type.
  • Method Details

    • type

      String type()
      Gets the type.
      Returns:
      the type, must not be null, must not be blank