JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.consul.graal
HelloClient
Contents
Description
Method Summary
Method Details
sayHi(String)
Hide sidebar
Show sidebar
Interface HelloClient
@Requires(property="spec.name", value="ConsulTest") @Client(id="service-discovery")
public interface
HelloClient
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
sayHi
(
String
name)
Method Details
sayHi
@Get("/hello/{name}")
String
sayHi
(
String
name)