Interface ModuleProvider
- All Known Subinterfaces:
AddressVerificationProvider
,TaxProvider
- All Known Implementing Classes:
SimpleTaxProvider
public interface ModuleProvider
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canRespond
(ModuleConfiguration config) Indicates if, given the configuration, this module can respond to the particular request.
-
Method Details
-
canRespond
Indicates if, given the configuration, this module can respond to the particular request.- Parameters:
config
-- Returns:
-