Class AutofeedSettingsServiceGrpc (0.8.0)

public final class AutofeedSettingsServiceGrpc

Service to support autofeed setting.

Inheritance

java.lang.Object > AutofeedSettingsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AutofeedSettingsServiceGrpc.AsyncService service)

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

getGetAutofeedSettingsMethod()

public static MethodDescriptor<GetAutofeedSettingsRequest,AutofeedSettings> getGetAutofeedSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAutofeedSettingsRequest,AutofeedSettings>

getServiceDescriptor()

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

getUpdateAutofeedSettingsMethod()

public static MethodDescriptor<UpdateAutofeedSettingsRequest,AutofeedSettings> getUpdateAutofeedSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAutofeedSettingsRequest,AutofeedSettings>

newBlockingStub(Channel channel)

public static AutofeedSettingsServiceGrpc.AutofeedSettingsServiceBlockingStub 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
AutofeedSettingsServiceGrpc.AutofeedSettingsServiceBlockingStub

newFutureStub(Channel channel)

public static AutofeedSettingsServiceGrpc.AutofeedSettingsServiceFutureStub 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
AutofeedSettingsServiceGrpc.AutofeedSettingsServiceFutureStub

newStub(Channel channel)

public static AutofeedSettingsServiceGrpc.AutofeedSettingsServiceStub 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
AutofeedSettingsServiceGrpc.AutofeedSettingsServiceStub