We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constraint#predicate is an opaque Predicate that internally holds to an evaluator. this is passed to ConnectorMetadata#applyFilter
Constraint#predicate
Predicate
ConnectorMetadata#applyFilter
Question:
Regardless of the answer, since this is a subtle aspect of the SPI, we should document that in the javadoc.
The text was updated successfully, but these errors were encountered:
No, it's not allowed to hold on to it. It's meant to be used only for the duration of the API call.
Sorry, something went wrong.
That would be my intuition as well, but i didn't know the intentions.
No branches or pull requests
Constraint#predicate
is an opaquePredicate
that internally holds to an evaluator.this is passed to
ConnectorMetadata#applyFilter
Question:
ConnectorMetadata#applyFilter
returns?Regardless of the answer, since this is a subtle aspect of the SPI, we should document that in the javadoc.
The text was updated successfully, but these errors were encountered: