Class PendingPromise

java.lang.Object
services.moleculer.service.PendingPromise

public class PendingPromise extends Object
Promise container of a pending action calls.
  • Field Details

    • promise

      protected final io.datatree.Promise promise
    • timeoutAt

      protected final long timeoutAt
    • nodeID

      protected final String nodeID
    • action

      protected final String action
    • req

      protected final io.datatree.Tree req