EndpointPort

final case class EndpointPort(appProtocol: Option[String], name: Option[String], port: Option[Int], protocol: Option[String])

EndpointPort represents a Port used by an EndpointSlice

Companion:
object
Source:
EndpointPort.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if appProtocol has a value, transforms to the result of function

if appProtocol has a value, transforms to the result of function

Source:
EndpointPort.scala

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
EndpointPort.scala

if port has a value, transforms to the result of function

if port has a value, transforms to the result of function

Source:
EndpointPort.scala

if protocol has a value, transforms to the result of function

if protocol has a value, transforms to the result of function

Source:
EndpointPort.scala

Returns a new data with appProtocol set to new value

Returns a new data with appProtocol set to new value

Source:
EndpointPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
EndpointPort.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
EndpointPort.scala

Returns a new data with protocol set to new value

Returns a new data with protocol set to new value

Source:
EndpointPort.scala

Inherited methods

Inherited from:
Product