provider

kreuzberg.rpc.ApiRestClient$.provider$
object provider extends Provider[CallingBackend[Future, String]]

Attributes

Graph
Supertypes
trait Provider[CallingBackend[Future, String]]
class Object
trait Matchable
class Any
Self type
provider.type

Members list

Value members

Concrete methods

override def create(using serviceRepository: ServiceRepository): CallingBackend[Future, String]

Create a new instance of the service.

Create a new instance of the service.

Attributes

Definition Classes
Provider
override def name: String

Unique name for the service

Unique name for the service

Attributes

Definition Classes
Provider