HttpRpcDispatcher

izumi.idealingua.runtime.rpc.http4s.clients.HttpRpcDispatcher
See theHttpRpcDispatcher companion object
class HttpRpcDispatcher[F[_, _]](uri: Uri, codec: IRTClientMultiplexor[F], executionContext: HttpExecutionContext, printer: Printer, logger: LogIO2[F])(implicit evidence$1: IO2[F], AT: Async[[_] =>> F[Throwable, _$3]]) extends IRTDispatcherRaw[F]

Attributes

Companion
object
Graph
Supertypes
trait IRTDispatcherRaw[F]
trait IRTDispatcher[F]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def dispatch(input: IRTMuxRequest): F[Throwable, IRTMuxResponse]

Attributes

Definition Classes
IRTDispatcher
override def dispatchRaw(method: IRTMethodId, request: String): F[Throwable, IRTMuxResponse]

Attributes

Definition Classes