api/symfony/Component/Messenger/Transport/Receiver/MessageCountAwareInterface.yaml

28 lines
503 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []