Interface HelloClient


@Requires(property="spec.name", value="ConsulTest") @Client(id="service-discovery") public interface HelloClient
  • Method Summary

    Modifier and Type
    Method
    Description
    sayHi(String name)
     
  • Method Details