platform/api/symfony/Component/Messenger/Middleware/StackInterface.yaml

26 lines
442 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StackInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: next
visibility: public
parameters: []
comment: '# * @author Nicolas Grekas <p@tchwork.com>
# *
# * Implementations must be cloneable, and each clone must unstack the stack independently.
# */
# interface StackInterface
# {
# /**
# * Returns the next middleware to process a message.'
traits: []
interfaces: []