Signalling struct should be modelled as a class [DBZ-4418]
Open
component/core-library
migrated-from-jira
type/task
- Dominant language
- HTML
- Stars
- 6
- Forks
- 8
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 1
Description
Migrated from [DBZ-4418](https://issues.redhat.com/browse/DBZ-4418)
There's this method on {{CommonConnectorConfig}}:
{code}
public Optional parseSignallingMessage(Struct value)
{code}
Is this a) the right place? Seems more like it was pushed there in lack of a better, more dedicated contract. And b) can this return a proper type like {{SignallingMessage}} rather than an array. The contract is very opaque atm.
Contributor guide
Assessment
This issue has not been assessed yet.