Skip to content

Builder should create and configure with the same objet #19

Description

@torito

When creating components with the builder we have two approaches
1 - with two instructions
chain.create().adapter().id(ID)...
chain.configure().adapter().id(ID)....

2 and with a single instruction
chain.create().adapter().id(ID).configure()...

the behavior is different when the chain is already started, since in the first case, the component will be created and then configured, and in the second case, the component is created using the given configuration.

Both cases should give the same result.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions