api/symfony/Component/Messenger/Transport/Receiver/MessageCountAwareInterface.yaml
2024-09-26 02:03:21 -07:00

27 lines
503 B
YAML

name: MessageCountAwareInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getMessageCount
visibility: public
parameters: []
comment: '# * @author Samuel Roze <samuel.roze@gmail.com>
# * @author Ryan Weaver <ryan@symfonycasts.com>
# */
# interface MessageCountAwareInterface
# {
# /**
# * Returns the number of messages waiting to be handled.
# *
# * In some systems, this may be an approximate number.'
traits: []
interfaces: []