Skip to content

WorkerSinkTask and WorkerSourceTask need to extract public methods and abstract them into a public parent class WorkerTask. #10

Description

@odbozhou

Both WorkerSinkTask and WorkerSourceTask are implemented runnable directly.
When getting some public properties of workerSinkTask or workerSourceTask, you must have instanceof runnable, which is bad.
So WorkerSinkTask and WorkerSourceTask need to extract public methods and abstract them into a public parent class WorkerTask.

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