26 lines
442 B
YAML
26 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: []
|