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..

Seems like in this line:

U039B0RUXMF
U039B0RUXMF Posts: 39 πŸ§‘πŸ»β€πŸš€ - Cadet

Seems like in this line: https://github.com/spryker-middleware/process/blob/1.3.0/src/SprykerMiddleware/Zed[…]cation/Plugin/StreamConfigurator/AbstractStreamConfigurator.php it chooses which configurator to use, but not entirely sure, how abstract method resolves to concrete method πŸ€”

Comments

  • U031G802S74
    U031G802S74 Posts: 29 πŸ§‘πŸ»β€πŸš€ - Cadet

    it is in the communication factory. there is the method createXmlInputOptionsStreamConfigurator. you have the create process folder on your pyz namespace and then add the factory there, extend the middlewarecommunicationfactory and override the method.

  • U031G802S74
    U031G802S74 Posts: 29 πŸ§‘πŸ»β€πŸš€ - Cadet

    i recommend create your own xmlinputstream plugin (extend the existing one) and dont bother with it, them you have more control

  • U039B0RUXMF
    U039B0RUXMF Posts: 39 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thanks πŸ™‚