Class ReadExec<R>

    • Constructor Detail

      • ReadExec

        public ReadExec​(java.lang.String functionalProfileName,
                        java.lang.String dataPointName,
                        ReadFunction<R> readFunction)
      • ReadExec

        public ReadExec​(java.lang.String functionalProfileName,
                        java.lang.String dataPointName,
                        ReadFunction<R> readFunction,
                        io.reactivex.rxjava3.core.Scheduler scheduler)
    • Method Detail

      • handleSuccess

        public void handleSuccess​(AsyncResult<R> result)
      • handleError

        public void handleError​(java.lang.Throwable t)
      • getReadValue

        public R getReadValue()
      • getExecThrowable

        public java.lang.Throwable getExecThrowable()
      • cleanup

        public void cleanup()
      • getRequestTime

        public java.time.Instant getRequestTime()
      • getResponseTime

        public java.time.Instant getResponseTime()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object