Closed mpenick closed 3 years ago
Payload and use of Any have been removed from the API in favor of using the concrete types Values and ResultSet directly: https://github.com/stargate/stargate/pull/1370/
Payload
Any
Values
ResultSet
This should simplify usage, but it requires client changes.
Payload
and use ofAny
have been removed from the API in favor of using the concrete typesValues
andResultSet
directly: https://github.com/stargate/stargate/pull/1370/This should simplify usage, but it requires client changes.