Class SpacesServiceGrpc (0.11.0)

public final class SpacesServiceGrpc

REST API for services dealing with spaces.

Inheritance

java.lang.Object > SpacesServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SpacesServiceGrpc.AsyncService service)

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

getCreateSpaceMethod()

public static MethodDescriptor<CreateSpaceRequest,Space> getCreateSpaceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateSpaceRequest,Space>

getEndActiveConferenceMethod()

public static MethodDescriptor<EndActiveConferenceRequest,Empty> getEndActiveConferenceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<EndActiveConferenceRequest,Empty>

getGetSpaceMethod()

public static MethodDescriptor<GetSpaceRequest,Space> getGetSpaceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetSpaceRequest,Space>

getServiceDescriptor()

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

getUpdateSpaceMethod()

public static MethodDescriptor<UpdateSpaceRequest,Space> getUpdateSpaceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateSpaceRequest,Space>

newBlockingStub(Channel channel)

public static SpacesServiceGrpc.SpacesServiceBlockingStub 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
SpacesServiceGrpc.SpacesServiceBlockingStub

newFutureStub(Channel channel)

public static SpacesServiceGrpc.SpacesServiceFutureStub 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
SpacesServiceGrpc.SpacesServiceFutureStub

newStub(Channel channel)

public static SpacesServiceGrpc.SpacesServiceStub 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
SpacesServiceGrpc.SpacesServiceStub