Package jadex.future

Interface IBackwardCommandFuture

All Known Subinterfaces:
IPullIntermediateFuture<E>, IPullSubscriptionIntermediateFuture<E>, ISubscriptionIntermediateFuture<E>, ITerminableFuture<E>, ITerminableIntermediateFuture<E>
All Known Implementing Classes:
PullIntermediateDelegationFuture, PullIntermediateFuture, PullSubscriptionIntermediateDelegationFuture, PullSubscriptionIntermediateFuture, SubscriptionIntermediateDelegationFuture, SubscriptionIntermediateFuture, TerminableDelegationFuture, TerminableFuture, TerminableIntermediateDelegationFuture, TerminableIntermediateFuture

public interface IBackwardCommandFuture
Send a backward command in direction of the source, i.e. the original future emitting value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send a backward command in direction of the source.
  • Method Details

    • sendBackwardCommand

      void sendBackwardCommand(Object info)
      Send a backward command in direction of the source.
      Parameters:
      info - The command info.