Elastic Actors framework support for IntelliJ IDEA.
- Method signature verification for Message Handler methods
- Detect suspicious types for messages being sent by Actors
- Detect potential issues with mutable and immutable Message classes
- Find usages of classes in the context of Actor Message handling
- Usages of a class in Message Handler methods
- Usages of a class inside the Actor's
onReceive
method
This project uses the Gradle Release Plugin and GitHub Actions to create releases.
Just run ./gradlew release
to select the version to be released and create a
VCS tag.
GitHub Actions will start the build process.
If successful, the build will be automatically published to Jetbrains Marketplace.