Package gda.device.scannable
Interface PositionStreamIndexerProvider<T>
- Type Parameters:
T-
- All Known Implementing Classes:
P2RZebraConstantVelMoveController,ZebraConstantVelocityMoveController,ZebraMonitorController
public interface PositionStreamIndexerProvider<T>
Standard PositionCallableProviders are useful when a class only ever returns
the same single stream of data, but in situations where a class needs to
return one of several possible streams, this interface allows the specific
stream to be selected. In addition, since this returns a PositionStreamIndexer
rather than a Callable directly, it is up to the calling class as to whether
to use named or unnamed callable or specify a thread pool size.
-
Method Summary
-
Method Details
-
getPositionSteamIndexer
- Throws:
DeviceException
-