Interface BatchKeyAccess
-
- All Known Implementing Classes:
NoBatchKeyAccess
public interface BatchKeyAccess
Provides access to a BatchKey as part of creating an executor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchKey
getBatchKey()
The BatchKey to use
-
-
-
Method Detail
-
getBatchKey
BatchKey getBatchKey()
The BatchKey to use
-
-