static NetworkPathComponent.Builder |
NetworkPathComponent.builder() |
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.componentId(String componentId) |
The identifier of a component in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.componentType(String componentType) |
The type of component.
|
default NetworkPathComponent.Builder |
NetworkPathComponent.Builder.egress(Consumer<NetworkHeader.Builder> egress) |
Information about the component that comes after the current component in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.egress(NetworkHeader egress) |
Information about the component that comes after the current component in the network path.
|
default NetworkPathComponent.Builder |
NetworkPathComponent.Builder.ingress(Consumer<NetworkHeader.Builder> ingress) |
Information about the component that comes before the current node in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.ingress(NetworkHeader ingress) |
Information about the component that comes before the current node in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.toBuilder() |
|