| Parameter | Description |
|---|---|
| capacity | The number of connections the port can accept, represented by PortCapacity. |
T The current builder instance for method chaining.
Configures the connection capacity of the port being built.
Use this method to control how many connections a port can accept. By default, input ports use PortCapacity.Single and output ports use PortCapacity.Multi. Call this method before IPortBuilder<T0>.Build to ensure the capacity is applied.