NodeServiceClient

proto.prism.node.ZioPrismNodeApi.NodeServiceClient
See theNodeServiceClient companion trait

Attributes

Companion
trait
Graph
Supertypes
trait GeneratedClient[NodeServiceAccessors]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def live(managedChannel: ZManagedChannel, transforms: ClientTransform): ZLayer[Any, Throwable, NodeServiceClient]
def live(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZLayer[Any, Throwable, NodeServiceClient]
def scoped(managedChannel: ZManagedChannel, transforms: ClientTransform): ZIO[Scope, Throwable, NodeServiceClient]
def scoped(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZIO[Scope, Throwable, NodeServiceClient]

Inherited methods

Attributes

Inherited from:
NodeServiceAccessors

Attributes

Inherited from:
NodeServiceAccessors

Attributes

Inherited from:
NodeServiceAccessors

Attributes

Inherited from:
NodeServiceAccessors
def mapCallOptions(f: CallOptions => CallOptions): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient
def mapMetadataZIO(f: SafeMetadata => UIO[SafeMetadata]): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
NodeServiceAccessors
override def transform(t: ClientTransform): NodeServiceAccessors

Attributes

Definition Classes
NodeServiceAccessors -> GeneratedClient
Inherited from:
NodeServiceAccessors
def transform(t: Transform): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient
def withCallOptions(callOptions: CallOptions): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient
def withDeadline(deadline: Deadline): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient
def withMetadataZIO(metadata: UIO[SafeMetadata]): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient
def withTimeout(duration: Duration): NodeServiceAccessors

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient