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