Auditing occurs at the message dispatch level that wraps the implemented endpoint. Each audit manager is called asynchronously with the results of the service call.
Key | Default | Description |
---|---|---|
disabled | false | Disables the complete auditing subsystem. |
allowCoreThreadTimeOut | true | Defines the configuration of the internal executor service. |
corePoolSize | 3 | Defines the configuration of the internal executor service. |
keepAliveSeconds | 60 | Defines the configuration of the internal executor service. |
maxPoolSize | 2147483647 | Defines the configuration of the internal executor service. |
queueCapacity | 0 | Defines the configuration of the internal executor service. |
allowCoreThreadTimeOut=true corePoolSize=10 keepAliveSeconds=60 maxPoolSize=10 queueCapacity=2147483647