Searched defs:MessagePromise (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DMessagePromise.java26 * A MessagePromise is an encapsulation of a promise and a set of predicates that must be (successfully) applied
29 public class MessagePromise { class
35 * Generate a new MessagePromise with the supplied promise and predicates.
40 public MessagePromise(PromiseImpl<JsonValue, Exception> promise, Set<Predicate> predicates) { method in class:MessagePromise
48 * Informs whether there are any predicates set on this MessagePromise.

Completed in 35 milliseconds