Package io.temporal.api.testservice.v1
Class TestServiceGrpc
- java.lang.Object
-
- io.temporal.api.testservice.v1.TestServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.34.1)", comments="Source: temporal/api/testservice/v1/service.proto") public final class TestServiceGrpc extends java.lang.ObjectTestService API defines an interface supported only by the Temporal Test Server. It provides functionality needed or supported for testing purposes only. This is an EXPERIMENTAL API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestServiceGrpc.TestServiceBlockingStubTestService API defines an interface supported only by the Temporal Test Server.static classTestServiceGrpc.TestServiceFutureStubTestService API defines an interface supported only by the Temporal Test Server.static classTestServiceGrpc.TestServiceImplBaseTestService API defines an interface supported only by the Temporal Test Server.static classTestServiceGrpc.TestServiceStubTestService API defines an interface supported only by the Temporal Test Server.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.protobuf.Empty,GetCurrentTimeResponse>getGetCurrentTimeMethod()static io.grpc.MethodDescriptor<LockTimeSkippingRequest,LockTimeSkippingResponse>getLockTimeSkippingMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SleepRequest,SleepResponse>getSleepMethod()static io.grpc.MethodDescriptor<SleepUntilRequest,SleepResponse>getSleepUntilMethod()static io.grpc.MethodDescriptor<UnlockTimeSkippingRequest,UnlockTimeSkippingResponse>getUnlockTimeSkippingMethod()static io.grpc.MethodDescriptor<SleepRequest,SleepResponse>getUnlockTimeSkippingWithSleepMethod()static TestServiceGrpc.TestServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TestServiceGrpc.TestServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TestServiceGrpc.TestServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLockTimeSkippingMethod
public static io.grpc.MethodDescriptor<LockTimeSkippingRequest,LockTimeSkippingResponse> getLockTimeSkippingMethod()
-
getUnlockTimeSkippingMethod
public static io.grpc.MethodDescriptor<UnlockTimeSkippingRequest,UnlockTimeSkippingResponse> getUnlockTimeSkippingMethod()
-
getSleepMethod
public static io.grpc.MethodDescriptor<SleepRequest,SleepResponse> getSleepMethod()
-
getSleepUntilMethod
public static io.grpc.MethodDescriptor<SleepUntilRequest,SleepResponse> getSleepUntilMethod()
-
getUnlockTimeSkippingWithSleepMethod
public static io.grpc.MethodDescriptor<SleepRequest,SleepResponse> getUnlockTimeSkippingWithSleepMethod()
-
getGetCurrentTimeMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,GetCurrentTimeResponse> getGetCurrentTimeMethod()
-
newStub
public static TestServiceGrpc.TestServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TestServiceGrpc.TestServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TestServiceGrpc.TestServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-