izumi.idealingua.runtime.rpc.IRTDispatcher.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idealingua-v1-runtime-rpc-scala_3 Show documentation
Show all versions of idealingua-v1-runtime-rpc-scala_3 Show documentation
idealingua-v1-runtime-rpc-scala
package izumi.idealingua.runtime.rpc
trait IRTDispatcher[F[_, _]] {
def dispatch(input: IRTMuxRequest): F[Throwable, IRTMuxResponse]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy