Skip to content

Make rpc handlers abstract arrow function properties. #5

@tegefaulkes

Description

@tegefaulkes

Specification

Currently the rpc handlers are abstract methods that need to be implemented. These should be an abstract arrow function property and handlers should be implemented as arrow functions. This will allow us to use them without rebinding the this context.

This should be done during the agent migration PR.

Additional context

Tasks

  1. Update the abstract handler's handle methods to be abstract arrow function properties.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions