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 Object
TestService 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 ClassesModifier and TypeClassDescriptionstatic final classTestService API defines an interface supported only by the Temporal Test Server.static final classTestService API defines an interface supported only by the Temporal Test Server.static classTestService API defines an interface supported only by the Temporal Test Server.static final classTestService API defines an interface supported only by the Temporal Test Server. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty, GetCurrentTimeResponse> static io.grpc.MethodDescriptor<LockTimeSkippingRequest, LockTimeSkippingResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SleepRequest, SleepResponse> static io.grpc.MethodDescriptor<SleepUntilRequest, SleepResponse> static io.grpc.MethodDescriptor<UnlockTimeSkippingRequest, UnlockTimeSkippingResponse> static io.grpc.MethodDescriptor<SleepRequest, SleepResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getLockTimeSkippingMethod
public static io.grpc.MethodDescriptor<LockTimeSkippingRequest,LockTimeSkippingResponse> getLockTimeSkippingMethod() -
getUnlockTimeSkippingMethod
public static io.grpc.MethodDescriptor<UnlockTimeSkippingRequest,UnlockTimeSkippingResponse> getUnlockTimeSkippingMethod() -
getSleepMethod
-
getSleepUntilMethod
-
getUnlockTimeSkippingWithSleepMethod
public static io.grpc.MethodDescriptor<SleepRequest,SleepResponse> getUnlockTimeSkippingWithSleepMethod() -
getGetCurrentTimeMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,GetCurrentTimeResponse> getGetCurrentTimeMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-