EvidentlyAction
abstract class EvidentlyAction<ResponseBody : Any>(clazz: KClass<ResponseBody>, autoMarshalling: AutoMarshalling = EvidentlyMoshi, method: Method = Method.POST, val dataPlane: Boolean = false) : Action<Result<ResponseBody, RemoteFailure>>
Inheritors
Constructors
Link copied to clipboard
constructor(clazz: KClass<ResponseBody>, autoMarshalling: AutoMarshalling = EvidentlyMoshi, method: Method = Method.POST, dataPlane: Boolean = false)