JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.micronaut.consul.graal
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)