interface AbsentThrowableMessageProviderFactory
(source)
Defines the minimum set of ThrowableThrown.AbsentThrowableMessageProviders, which an implementation of the domain of Atrium has to provide.
abstract fun translatableBased(translatable: Translatable): AbsentThrowableMessageProvider |
object AbsentThrowableMessageProviderFactoryBuilder : AbsentThrowableMessageProviderFactory
Delegates inter alia to the implementation of AbsentThrowableMessageProviderFactory. In detail, it implements AbsentThrowableMessageProviderFactory by delegating to absentThrowableMessageProviderFactory which in turn delegates to the implementation via loadSingleService. |