What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

describes that event listeners should implemen

U01G4K5E0J2
U01G4K5E0J2 Posts: 194 🧑🏻‍🚀 - Cadet

https://documentation.spryker.com/docs/event-listen describes that event listeners should implement EventListenerInterface, but I've installed spryker/event recently and there is only EventHandlerInterface
I suspect that this is the same thing, but could use some confirmation?

Comments

  • Stanislav Matveyev
    Stanislav Matveyev Sprykee Posts: 211 🧑🏻‍🚀 - Cadet

    Most plugins are currently implement \Spryker\Zed\Event\Dependency\Plugin\EventBulkHandlerInterface

  • U01G4K5E0J2
    U01G4K5E0J2 Posts: 194 🧑🏻‍🚀 - Cadet

    little segue here, is it possible to trigger events from yves/client layer? there seems to be no event/Client so I guess I know the answer already 😐