Class OperationResult<T>

java.lang.Object
com.gigaspaces.internal.remoting.routing.partitioned.OperationResult<T>

public class OperationResult<T> extends Object
Since:
9.0.0
Author:
Niv Ingberg
  • Constructor Details

    • OperationResult

      public OperationResult(T result, Exception error)
  • Method Details

    • getResult

      public T getResult()
    • getError

      public Exception getError()