NodeServiceClientWithResponseMetadata

proto.prism.node.ZioPrismNodeApi.NodeServiceClientWithResponseMetadata
See theNodeServiceClientWithResponseMetadata companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Inherited methods

def healthCheck(request: HealthCheckRequest): ZIO[NodeServiceClientWithResponseMetadata, StatusException, ResponseContext[HealthCheckResponse]]

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedClient
override def transform(t: ClientTransform): NodeServiceWithResponseMetadataAccessors

Attributes

Definition Classes
Inherited from:
NodeServiceWithResponseMetadataAccessors

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Attributes

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

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient