MonixResourceApp
Extend this trait
if you want to implement application using monix.eval.Task effect data type.
Implement method program
with initialization and business logic of your application. It will be automatically run and cleaned up.
Value members
Inherited methods
Options for executing the Task action. The default value is defined in defaultOptions, but can be overridden.
Options for executing the Task action. The default value is defined in defaultOptions, but can be overridden.
- Inherited from:
- TaskApp
Implicits
Inherited implicits
Provides the cats.effect.ConcurrentEffect instance of this runtime environment.
Provides the cats.effect.ConcurrentEffect instance of this runtime environment.
- Inherited from:
- TaskApp