Record Class RouteTopologyDumper.TopologyExternalEndpoint
java.lang.Object
java.lang.Record
org.apache.camel.spi.RouteTopologyDumper.TopologyExternalEndpoint
- Record Components:
id- a synthetic unique identifieruri- the endpoint URI (scheme:context-path, query parameters stripped)scheme- the component schemedirection- "in" for consumers (remote systems sending messages into Camel) or "out" for producers (Camel sending messages to remote systems)routeId- the route id that uses this external endpoint
- Enclosing interface:
RouteTopologyDumper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedirectionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.routeId()Returns the value of therouteIdrecord component.scheme()Returns the value of theschemerecord component.final StringtoString()Returns a string representation of this record class.uri()Returns the value of theurirecord component.
-
Constructor Details
-
TopologyExternalEndpoint
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
uri
-
scheme
-
direction
-
routeId
-