Class IngestionServiceGrpc (0.1.0)

public final class IngestionServiceGrpc

Service for sending audience data to supported destinations.

Inheritance

java.lang.Object > IngestionServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(IngestionServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(IngestionServiceGrpc.AsyncService service)
Parameter
Name Description
service IngestionServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getIngestAudienceMembersMethod()

public static MethodDescriptor<IngestAudienceMembersRequest,IngestAudienceMembersResponse> getIngestAudienceMembersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<IngestAudienceMembersRequest,IngestAudienceMembersResponse>

getIngestEventsMethod()

public static MethodDescriptor<IngestEventsRequest,IngestEventsResponse> getIngestEventsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<IngestEventsRequest,IngestEventsResponse>

getRemoveAudienceMembersMethod()

public static MethodDescriptor<RemoveAudienceMembersRequest,RemoveAudienceMembersResponse> getRemoveAudienceMembersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RemoveAudienceMembersRequest,RemoveAudienceMembersResponse>

getRetrieveRequestStatusMethod()

public static MethodDescriptor<RetrieveRequestStatusRequest,RetrieveRequestStatusResponse> getRetrieveRequestStatusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RetrieveRequestStatusRequest,RetrieveRequestStatusResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static IngestionServiceGrpc.IngestionServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IngestionServiceGrpc.IngestionServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static IngestionServiceGrpc.IngestionServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IngestionServiceGrpc.IngestionServiceBlockingV2Stub

newFutureStub(Channel channel)

public static IngestionServiceGrpc.IngestionServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IngestionServiceGrpc.IngestionServiceFutureStub

newStub(Channel channel)

public static IngestionServiceGrpc.IngestionServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IngestionServiceGrpc.IngestionServiceStub