Skip to content

[Bundle] auto-tag services #409

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Closed
dkarlovi opened this issue Mar 22, 2018 · 3 comments
Closed

[Bundle] auto-tag services #409

dkarlovi opened this issue Mar 22, 2018 · 3 comments

Comments

@dkarlovi
Copy link
Contributor

In the compiler pass:

        $container->registerForAutoconfiguration(PsrProcessor::class)
            ->addTag('enqueue.client.processor');
        // etc...
@dkarlovi
Copy link
Contributor Author

Note, the service is (at least currently, see #410) expected to be made public.

@makasim
Copy link
Member

makasim commented Mar 22, 2018

Could you work on a PR?

@makasim
Copy link
Member

makasim commented May 31, 2018

There is a PR: #452

@makasim makasim closed this as completed May 31, 2018
mnavarrocarter pushed a commit to mnavarrocarter/enqueue-dev that referenced this issue Jun 7, 2018
…or TopicSubscriberInterface

This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
create their processors without worrying registering them as a service and adding the tag.

This closes php-enqueue#409 and php-enqueue#405. Also, keeps in mind php-enqueue#410. That's why services are public until a better solution
is implemented.
mnavarrocarter pushed a commit to mnavarrocarter/enqueue-dev that referenced this issue Jun 7, 2018
…or TopicSubscriberInterface

This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
create their processors without worrying registering them as a service and adding the tag.

This closes php-enqueue#409 and php-enqueue#405. Also, keeps in mind php-enqueue#410. That's why services are public until a better solution
is implemented.
mnavarrocarter pushed a commit to mnavarrocarter/enqueue-dev that referenced this issue Jun 7, 2018
…or TopicSubscriberInterface

This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
create their processors without worrying registering them as a service and adding the tag.

This closes php-enqueue#409 and php-enqueue#405. Also, keeps in mind php-enqueue#410. That's why services are public until a better solution
is implemented.
mnavarrocarter pushed a commit to mnavarrocarter/enqueue-dev that referenced this issue Jun 7, 2018
…or TopicSubscriberInterface

This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
create their processors without worrying registering them as a service and adding the tag.

This closes php-enqueue#409 and php-enqueue#405. Also, keeps in mind php-enqueue#410. That's why services are public until a better solution
is implemented.
ASKozienko pushed a commit that referenced this issue Nov 2, 2018
…or TopicSubscriberInterface

This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
create their processors without worrying registering them as a service and adding the tag.

This closes #409 and #405. Also, keeps in mind #410. That's why services are public until a better solution
is implemented.
@makasim makasim added the 0.9 label Nov 27, 2018
@makasim makasim added this to the 0.9 milestone Nov 27, 2018
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants