platform/api/symfony/Component/RemoteEvent/PayloadConverterInterface.yaml

17 lines
411 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: PayloadConverterInterface
class_comment: null
dependencies:
- name: ParseException
type: class
source: Symfony\Component\RemoteEvent\Exception\ParseException
properties: []
methods:
- name: convert
visibility: public
parameters:
- name: payload
comment: '# * @throws ParseException when the payload is not valid'
traits:
- Symfony\Component\RemoteEvent\Exception\ParseException
interfaces: []