Class Endpoint
java.lang.Object
org.springframework.cloud.servicebroker.model.binding.Endpoint
The network endpoints that the Application uses to connect to the Service Instance. If
present, all Service Instance endpoints that are relevant for the Application MUST be
in this list, even if endpoints are not reachable or host names are not resolvable from
outside the service network.
- Author:
- Roy Clarkson
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Provides a fluid API for constructing anEndpoint
.static enum
Values designating the network protocol. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
getHost
Get the host.- Returns:
- the host
-
getPorts
Get the list of ports.- Returns:
- the ports
-
getProtocol
Get the network protocol.- Returns:
- the protocol
-
builder
Create a builder that provides a fluent API for constructing an Endpoint.- Returns:
- the builder
-
equals
-
hashCode
public final int hashCode() -
toString
-