CallingBackend

kreuzberg.rpc.CallingBackend
trait CallingBackend[F[_], T]

Interface for a calling out backend.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def call(service: String, name: String, input: T): F[T]