You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Kotlin API allows to undeclare a key expression with session.undeclareKeyExpr(keyExpr).res().
However the Rust API provides a generic undeclare(_undeclarable_) method that receives an element implementing the Undeclarable trait (that is either a subscriber, publisher, queryable or keyexpr).
The Kotlin API should provide a similar functionality.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, the Kotlin API allows to undeclare a key expression with
session.undeclareKeyExpr(keyExpr).res()
.However the Rust API provides a generic
undeclare(_undeclarable_)
method that receives an element implementing theUndeclarable
trait (that is either a subscriber, publisher, queryable or keyexpr).The Kotlin API should provide a similar functionality.
The text was updated successfully, but these errors were encountered: