Class ClientGrpc.ClientBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ClientGrpc.ClientBlockingStub>
-
- com.streamlayer.sdkSettings.client.ClientGrpc.ClientBlockingStub
-
- Enclosing class:
- ClientGrpc
public static final class ClientGrpc.ClientBlockingStub extends io.grpc.stub.AbstractBlockingStub<ClientGrpc.ClientBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Client.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientGrpc.ClientBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GenerateDeepLinkResponsegenerateDeepLink(GenerateDeepLinkRequest request)GetResponseget(GetRequest request)GetOrganizationResponsegetOrganization(GetOrganizationRequest request)GetOrganizationAdvertisingResponsegetOrganizationAdvertising(GetOrganizationAdvertisingRequest request)GetStreamResponsegetStream(GetStreamRequest request)java.util.Iterator<OrganizationSubscriptionResponse>organizationSubscription(OrganizationSubscriptionRequest request)java.util.Iterator<StreamSubscriptionResponse>streamSubscription(StreamSubscriptionRequest request)UpdateResponseupdate(UpdateRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected ClientGrpc.ClientBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ClientGrpc.ClientBlockingStub>
-
get
public GetResponse get(GetRequest request)
-
update
public UpdateResponse update(UpdateRequest request)
-
getStream
public GetStreamResponse getStream(GetStreamRequest request)
-
getOrganization
public GetOrganizationResponse getOrganization(GetOrganizationRequest request)
-
getOrganizationAdvertising
public GetOrganizationAdvertisingResponse getOrganizationAdvertising(GetOrganizationAdvertisingRequest request)
-
generateDeepLink
public GenerateDeepLinkResponse generateDeepLink(GenerateDeepLinkRequest request)
-
streamSubscription
public java.util.Iterator<StreamSubscriptionResponse> streamSubscription(StreamSubscriptionRequest request)
-
organizationSubscription
public java.util.Iterator<OrganizationSubscriptionResponse> organizationSubscription(OrganizationSubscriptionRequest request)
-
-