platform/api/symfony/Component/Messenger/Middleware/StackInterface.yaml
2024-09-02 10:44:11 -07:00

25 lines
442 B
YAML

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: []