com.avast.sst.bundle
Type members
Classlikes
Extend this trait
if you want to implement application using monix.eval.Task effect data type.
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.
Extend this trait
if you want to implement server application using monix.eval.Task effect data type.
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.
Extend this trait
if you want to implement application using zio.ZIO effect data type.
Extend this trait
if you want to implement application using zio.ZIO effect data type.
Implement method program
with initialization and business logic of your application. It will be automatically run and cleaned up.
Extend this trait
if you want to implement server application using zio.ZIO effect data type.
Extend this trait
if you want to implement server application using zio.ZIO 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.