We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cb1d6 commit 41b2180Copy full SHA for 41b2180
src/main/java/io/eigr/spawn/api/actors/Value.java
@@ -88,7 +88,7 @@ public ResponseType getType() {
88
return type;
89
}
90
91
- public Value response(Object value) {
+ public <R extends GeneratedMessageV3> Value response(R value) {
92
this.response = value;
93
return this;
94
0 commit comments