Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
UpdateConstraint.PartialJSON |
UpdateConstraint.Factory.jsonValue()
Create a constraint that partially matches the current topic value.
|
<V> UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.with(String pointer,
Class<V> valueClass,
V value)
Deprecated.
since 6.10
Rather use the |
UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.with(String pointer,
UpdateConstraint.Operator operator,
Object value)
Compares a location within the JSON topic value to a specified value.
|
UpdateConstraint.PartialJSON |
UpdateConstraint.PartialJSON.without(String pointer)
Require a specific position in the JSON object to be absent.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.