Class DefaultUsagePropertyProvider

java.lang.Object
org.axonframework.update.configuration.DefaultUsagePropertyProvider
All Implemented Interfaces:
UsagePropertyProvider

@Internal public class DefaultUsagePropertyProvider extends Object implements UsagePropertyProvider
Default implementation of the UsagePropertyProvider interface. This implementation provides default values for the properties used in the Axon Framework usage API. It is used when no other provider has a value.

As there is no dependent state and holds default values, this class is implemented as a singleton. Retrieve the instance using INSTANCE.

Since:
5.0.0
Author:
Mitchell Herrijgers