ICoroutineEventManagerSupplier

@InterfacedService(acceptMultiple = false)
fun interface ICoroutineEventManagerSupplier(source)

Interface to supply a CoroutineEventManager, ran once at startup.

Usage: Register your instance as a service with @BService or any annotation that enables your class for dependency injection.

See also

@InterfacedService

Functions

Link copied to clipboard
abstract fun get(): CoroutineEventManager