Expand description
Macros for port and port collection creation.
Macrosยง
- create_
inbound_ entry - Creates a name/inbound_port pair.
- create_
inbound_ entry_ parseable - Creates a name/inbound_port pair with a parseable data type.
- create_
inoutbound_ entry - Creates a name/inoutbound_port pair.
- create_
inoutbound_ entry_ parseable - Creates a name/inoutbound_port pair with a parseable data type.
- create_
outbound_ entry - Creates a name/outbound_port pair.
- create_
outbound_ entry_ parseable - Creates a name/outbound_port pair with a parseable data type.
- create_
port_ array - Creates an array of ports.
- create_
port_ map - Creates a map of ports.
- create_
port_ vec - Creates a list of ports.