Uses of Class
org.epics.gpclient.GPClientConfiguration
-
Packages that use GPClientConfiguration Package Description org.epics.gpclient Defines the core EPICS Generic Purpose client (gpclient) API. -
-
Uses of GPClientConfiguration in org.epics.gpclient
Methods in org.epics.gpclient that return GPClientConfiguration Modifier and Type Method Description GPClientConfiguration
GPClientConfiguration. dataProcessingThreadPool(ScheduledExecutorService dataProcessingThreadPool)
Sets the thread pool for data processing.GPClientConfiguration
GPClientConfiguration. dataSource(DataSource defaultDataSource)
Sets the default source for data.GPClientConfiguration
GPClientConfiguration. defaultMaxRate(Duration defaultMaxRate)
Sets the default maximum rate of notification for pvs.GPClientConfiguration
GPClientConfiguration. notificationExecutor(Executor defaultNotificationExecutor)
Sets the default executor on which all notifications are going to be posted.
-