MobiusHooks
object MobiusHooks
Provides hooks to configure global Mobius.kt behavior including error handling and default work runners.
Allows configuration of how Mobius handles programmer errors through setting a custom ErrorHandler via the setErrorHandler method. The default handler prints errors with println.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set a custom effect WorkRunner to be used by all newly created loops.
Link copied to clipboard
Sets the error handler to the default one.
Link copied to clipboard
Set a custom event WorkRunner to be used by all newly created loops.
Link copied to clipboard
Sets the logger factory to produce the default println logger.
Link copied to clipboard
Changes the error handler that is used by Mobius for internal errors.
Link copied to clipboard
Set a custom InternalLoggerFactory backed by your preferred platform logging APIs.