Class AggregateAsyncOperation

java.lang.Object
dev.getelements.elements.rt.routing.AggregateAsyncOperation
All Implemented Interfaces:
AsyncOperation

public class AggregateAsyncOperation extends Object implements AsyncOperation
  • Constructor Details

  • Method Details

    • cancel

      public void cancel()
      Description copied from interface: AsyncOperation
      Cancels the invocation.
      Specified by:
      cancel in interface AsyncOperation
    • timeout

      public void timeout(long time, TimeUnit timeUnit)
      Description copied from interface: AsyncOperation
      Sets the operation to automatically cancel after the supplied time has elapsed.
      Specified by:
      timeout in interface AsyncOperation
      Parameters:
      time - the time to wait
      timeUnit - the time unit to wait