Package io.vertx.serviceresolver
Interface ServiceAddress
-
- All Superinterfaces:
Address
public interface ServiceAddress extends Address
A general purpose service address, defined by aname()
.- Author:
- Julien Viet
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
static ServiceAddress
of(String name)
Create a service address
-
-
-
Method Detail
-
of
static ServiceAddress of(String name)
Create a service address- Parameters:
name
- the service name- Returns:
- the service address
-
name
String name()
-
-