Interface ServiceURLSupplier

All Known Implementing Classes:
StaticURLSupplier, StorkServiceURLSupplier

public interface ServiceURLSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<String>
    get()
     
  • Method Details

    • get

      io.smallrye.mutiny.Uni<String> get()