Skip to content

Devices should have their own queues for retrieving variables #27

Description

@MichalKononenko

The API for retrieving a value from a device should be something like

<T extends Variable> public T getVariable(Class<T> variableClass) throws VariableNotProvidedException

If there is a limit on how often a variable can be retrieved (for example, wait 500 ms before issuing two get requests), this should be handled on the device itself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions