RoutingKey

Routing key is string in format: part1[.partN]
implements IteratorAggregate , Traversable
Methods Summary
public
# __construct( string|array|null $routingKey = NULL )
Defaults create empty routing key. String will be converted to array(explode by dot). Array of routing key parts.
public static
# createFromString( string $routingKey )
public
# addPart( string $part )
public
# getPart( int $index )
public
# isEmpty( )
public
# getParts( )
public
public
Properties Summary
protected array $parts
# NULL