Interface EurekaInstanceSelector

All Known Implementing Classes:
RandomEurekaInstanceSelector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EurekaInstanceSelector
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.json.JsonObject
    select(List<io.vertx.core.json.JsonObject> instances)
     
  • Method Details

    • select

      io.vertx.core.json.JsonObject select(List<io.vertx.core.json.JsonObject> instances)