Package com.github.ambry.router
Interface CryptoJob
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
EncryptJob
public interface CryptoJob extends java.lang.Runnable
CryptoJob representing the job that needs processing byCryptoJobHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeJob(java.security.GeneralSecurityException gse)
Close the job with the givengse
-