MonixServerApp
Extend this trait
if you want to implement server application using monix.eval.Task effect data type.
Implement method program
with initialization and business logic of your application. It will be automatically run until JVM is shut
down in which case all the resources are cleaned up because the whole program
is a cats.effect.Resource.
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