CustomHandler

orchescala.worker.CustomHandler
See theCustomHandler companion trait
object CustomHandler

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[In <: Product : Codec, Out <: Product : Codec](funct: In => EngineRunContext ?=> IO[CustomError, Out]): CustomHandler[In, Out]