Class CodeScannedStatisticsSubscription
java.lang.Object
com.persequor.saga.modules.dpp.defaultExt.CodeScannedStatisticsSubscription
- All Implemented Interfaces:
- ICodeScannedSubscription
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.persequor.saga.modules.dpp.sdk.ICodeScannedSubscriptionICodeScannedSubscription.CodeScannedEvent
- 
Constructor SummaryConstructorsConstructorDescriptionCodeScannedStatisticsSubscription(CodeScanStatisticsService codeScanStatisticsService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidImplement to receive the scanned code.
- 
Constructor Details- 
CodeScannedStatisticsSubscription@Inject public CodeScannedStatisticsSubscription(CodeScanStatisticsService codeScanStatisticsService) 
 
- 
- 
Method Details- 
onCodeScannedDescription copied from interface:ICodeScannedSubscriptionImplement to receive the scanned code.Codes scanned are not guaranteed to be actual codes, this is merely the requested code. The method should not throw exceptions. If any exceptions are thrown, they will be logged and ignored. - Specified by:
- onCodeScannedin interface- ICodeScannedSubscription
- Parameters:
- event- The event containing the scanned code
 
 
-