Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose generic inputs and outputs to components #143

Merged
merged 22 commits into from
Oct 2, 2024

Conversation

bpapaspyros
Copy link
Member

@bpapaspyros bpapaspyros commented Sep 29, 2024

Description

After adding support for generic publishers in #141 and subscribers in #144 , the goal of this PR is to introduce the appropriate changes that expose these generic tyeps to our Component and LifecycleComponent class.

  • n/a TODO

This PR solves the issue by updating Component, LifecycleComponent, and ComponentInterface with compile-time branching logic based on message and data types.

Review guidelines

Estimated Time of Review: 15 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

Optional: link related issues

Related issues

Blocked by:

Blocks:

@bpapaspyros bpapaspyros changed the title Feat/expose generic outputs feat: expose generic outputs to components Sep 29, 2024
@bpapaspyros bpapaspyros changed the base branch from main to feat/generic_pubsub_dev September 29, 2024 20:32
@bpapaspyros bpapaspyros marked this pull request as ready for review October 2, 2024 12:16
Copy link
Member

@domire8 domire8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, nice solution with the callables

@bpapaspyros bpapaspyros changed the title feat: expose generic outputs to components feat: expose generic inputs and outputs to components Oct 2, 2024
@bpapaspyros bpapaspyros merged commit 91486e2 into feat/generic_pubsub_dev Oct 2, 2024
3 of 4 checks passed
@bpapaspyros bpapaspyros deleted the feat/expose_generic_outputs branch October 2, 2024 14:54
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants