When a request has been processed, and if the worker marked the request as successfully fulfilled, the configured Accounter (if any) is called. The Accounter implementation could potentially query an external database and make a purchase for the service.
Property | Description |
---|
ACCOUNTER | The Accounter to use is configured using the ACCOUNTER worker property. By default no Accounter is used. Example: ACCOUNTER=org.signserver.server.GlobalConfigSampleAccounter |
Example: