public class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint(Transport transport,
String endpoint) |
Endpoint(Transport transport,
String endpoint,
MicroserviceInstance instance) |
Endpoint(Transport transport,
String endpoint,
MicroserviceInstance instance,
Object address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getAddress() |
String |
getEndpoint() |
MicroserviceInstance |
getMicroserviceInstance() |
Transport |
getTransport() |
int |
hashCode() |
String |
toString() |
public Endpoint(Transport transport, String endpoint, MicroserviceInstance instance)
public Endpoint(Transport transport, String endpoint, MicroserviceInstance instance, Object address)
public String getEndpoint()
public MicroserviceInstance getMicroserviceInstance()
public Transport getTransport()
public Object getAddress()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.