8000 ConnectionFactory: fluent style · Issue #330 · rabbitmq/rabbitmq-java-client · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
ConnectionFactory: fluent style #330
Closed
@rrrrrrrrramba

Description

@rrrrrrrrramba

It would be useful if the API of ConnectionFactory supported fluent style. For example:

Connection c = new ConnectionFactory().setUri(...).newConnection();
Connection c = new ConnectionFactory().load(...).newConnection();

Most of the times, this involves returning this in the setters.

I know this might be a personal opinion, but what do you think?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0