Class EntityServiceGrpc (0.2.0)

public final class EntityServiceGrpc

EntityService contains apis for finding entities.

Inheritance

java.lang.Object > EntityServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(EntityServiceGrpc.AsyncService service)

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

getCreateWatchlistMethod()

public static MethodDescriptor<CreateWatchlistRequest,Watchlist> getCreateWatchlistMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateWatchlistRequest,Watchlist>

getDeleteWatchlistMethod()

public static MethodDescriptor<DeleteWatchlistRequest,Empty> getDeleteWatchlistMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteWatchlistRequest,Empty>

getGetWatchlistMethod()

public static MethodDescriptor<GetWatchlistRequest,Watchlist> getGetWatchlistMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetWatchlistRequest,Watchlist>

getListWatchlistsMethod()

public static MethodDescriptor<ListWatchlistsRequest,ListWatchlistsResponse> getListWatchlistsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListWatchlistsRequest,ListWatchlistsResponse>

getServiceDescriptor()

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

getUpdateWatchlistMethod()

public static MethodDescriptor<UpdateWatchlistRequest,Watchlist> getUpdateWatchlistMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateWatchlistRequest,Watchlist>

newBlockingStub(Channel channel)

public static EntityServiceGrpc.EntityServiceBlockingStub 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
EntityServiceGrpc.EntityServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static EntityServiceGrpc.EntityServiceBlockingV2Stub 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
EntityServiceGrpc.EntityServiceBlockingV2Stub

newFutureStub(Channel channel)

public static EntityServiceGrpc.EntityServiceFutureStub 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
EntityServiceGrpc.EntityServiceFutureStub

newStub(Channel channel)

public static EntityServiceGrpc.EntityServiceStub 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
EntityServiceGrpc.EntityServiceStub