public final class RapidMigrationAssessmentGrpc
Rapid Migration Assessment service
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(RapidMigrationAssessmentGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(RapidMigrationAssessmentGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateAnnotationMethod()
public static MethodDescriptor<CreateAnnotationRequest,Operation> getCreateAnnotationMethod()
getCreateCollectorMethod()
public static MethodDescriptor<CreateCollectorRequest,Operation> getCreateCollectorMethod()
getDeleteCollectorMethod()
public static MethodDescriptor<DeleteCollectorRequest,Operation> getDeleteCollectorMethod()
getGetAnnotationMethod()
public static MethodDescriptor<GetAnnotationRequest,Annotation> getGetAnnotationMethod()
getGetCollectorMethod()
public static MethodDescriptor<GetCollectorRequest,Collector> getGetCollectorMethod()
getListCollectorsMethod()
public static MethodDescriptor<ListCollectorsRequest,ListCollectorsResponse> getListCollectorsMethod()
getPauseCollectorMethod()
public static MethodDescriptor<PauseCollectorRequest,Operation> getPauseCollectorMethod()
getRegisterCollectorMethod()
public static MethodDescriptor<RegisterCollectorRequest,Operation> getRegisterCollectorMethod()
getResumeCollectorMethod()
public static MethodDescriptor<ResumeCollectorRequest,Operation> getResumeCollectorMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateCollectorMethod()
public static MethodDescriptor<UpdateCollectorRequest,Operation> getUpdateCollectorMethod()
newBlockingStub(Channel channel)
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub 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
|
newFutureStub(Channel channel)
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|