Class IssueResolutionServiceGrpc (0.2.0)

public final class IssueResolutionServiceGrpc

Service to provide an issue resolution content for account issues and product issues.

Inheritance

java.lang.Object > IssueResolutionServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(IssueResolutionServiceGrpc.AsyncService service)

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

getRenderAccountIssuesMethod()

public static MethodDescriptor<RenderAccountIssuesRequest,RenderAccountIssuesResponse> getRenderAccountIssuesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RenderAccountIssuesRequest,RenderAccountIssuesResponse>

getRenderProductIssuesMethod()

public static MethodDescriptor<RenderProductIssuesRequest,RenderProductIssuesResponse> getRenderProductIssuesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RenderProductIssuesRequest,RenderProductIssuesResponse>

getServiceDescriptor()

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

getTriggerActionMethod()

public static MethodDescriptor<TriggerActionRequest,TriggerActionResponse> getTriggerActionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<TriggerActionRequest,TriggerActionResponse>

newBlockingStub(Channel channel)

public static IssueResolutionServiceGrpc.IssueResolutionServiceBlockingStub 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
IssueResolutionServiceGrpc.IssueResolutionServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static IssueResolutionServiceGrpc.IssueResolutionServiceBlockingV2Stub 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
IssueResolutionServiceGrpc.IssueResolutionServiceBlockingV2Stub

newFutureStub(Channel channel)

public static IssueResolutionServiceGrpc.IssueResolutionServiceFutureStub 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
IssueResolutionServiceGrpc.IssueResolutionServiceFutureStub

newStub(Channel channel)

public static IssueResolutionServiceGrpc.IssueResolutionServiceStub 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
IssueResolutionServiceGrpc.IssueResolutionServiceStub