Uses of Class
org.epics.pvmanager.PVReaderConfiguration

Packages that use PVReaderConfiguration
org.epics.pvmanager

pvManager 

 

Uses of PVReaderConfiguration in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return PVReaderConfiguration
 PVReaderConfiguration<T> PVReaderConfiguration.from(DataSource dataSource)
           
 PVReaderConfiguration<T> PVReaderConfiguration.notifyOn(java.util.concurrent.Executor onThread)
           
static
<T> PVReaderConfiguration<T>
PVManager.read(DesiredRateExpression<T> pvExpression)
          Reads the given expression, and returns an object to configure the parameters for the read.
static
<T> PVReaderConfiguration<T>
PVManager.read(SourceRateExpression<T> pvExpression)
          Reads the given expression, and returns an object to configure the parameters for the read.
 PVReaderConfiguration<T> PVReaderConfiguration.routeExceptionsTo(ExceptionHandler exceptionHandler)
          Forwards exception to the given exception handler.
 PVReaderConfiguration<T> PVReaderConfiguration.timeout(TimeDuration timeout)
           
 PVReaderConfiguration<T> PVReaderConfiguration.timeout(TimeDuration timeout, java.lang.String timeoutMessage)