A B C D F G H I L M N P Q R S T U V 
All Classes All Packages

A

addSearchAttribute(String, IndexedValueType) - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
awaitTermination(long, TimeUnit) - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 

B

blockingStub() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
build() - Method in class io.temporal.serviceclient.TestServiceStubsOptions.Builder
Builds and returns a ClientOptions object.

C

close() - Method in class io.temporal.internal.testservice.TestServicesStarter
 
close() - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
close() - Method in class io.temporal.internal.testservice.TestWorkflowService
 
close() - Method in class io.temporal.testserver.TestServer.InProcessTestServer
 
close() - Method in class io.temporal.testserver.TestServer.PortBoundTestServer
 
connect(Duration) - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
continueAsNew(StartWorkflowExecutionRequest, WorkflowExecutionContinuedAsNewEventAttributes, Optional<TestServiceRetryState>, String, ExecutionId, String, Optional<TestWorkflowMutableState>, OptionalLong) - Method in class io.temporal.internal.testservice.TestWorkflowService
Creates next run of a workflow execution
createPortBoundServer(int) - Static method in class io.temporal.testserver.TestServer
Creates an out-of-process rather than in-process server, and does not set up a client.
createPortBoundServer(int, boolean) - Static method in class io.temporal.testserver.TestServer
Creates an out-of-process rather than in-process server, and does not set up a client.
createServer() - Static method in class io.temporal.testserver.TestServer
 
createServer(boolean) - Static method in class io.temporal.testserver.TestServer
 
createServer(boolean, long) - Static method in class io.temporal.testserver.TestServer
 
createServerOnly(int) - Static method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServer.createPortBoundServer(int, boolean) instead and pass lockTimeSkipping=false to emulate the behavior of this method
createWithNoGrpcServer() - Static method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServicesStarter to create just the services with gRPC server
currentTimeMillis() - Method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServiceStubs and TestServiceGrpc.TestServiceBlockingStub.getCurrentTime(Empty)

D

describeNamespace(DescribeNamespaceRequest, StreamObserver<DescribeNamespaceResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
This method doesn't make much sense for test server, it accepts all namespaces as existent and registered.
describeWorkflowExecution(DescribeWorkflowExecutionRequest, StreamObserver<DescribeWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 

F

futureStub() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 

G

getChannel() - Method in class io.temporal.testserver.TestServer.InProcessTestServer
 
getDefaultInstance() - Static method in class io.temporal.serviceclient.TestServiceStubsOptions
 
getDiagnostics(StringBuilder) - Method in class io.temporal.internal.testservice.TestWorkflowService
Adds diagnostic data about internal service state to the provided StringBuilder.
getOperatorService() - Method in class io.temporal.internal.testservice.TestServicesStarter
 
getRawChannel() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
getRegisteredSearchAttributes() - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
getSearchAttributesForExecution(ExecutionId) - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
getServerCapabilities() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
getServices() - Method in class io.temporal.internal.testservice.TestServicesStarter
 
getTestService() - Method in class io.temporal.internal.testservice.TestServicesStarter
 
getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest, StreamObserver<GetWorkflowExecutionHistoryResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
getWorkflowService() - Method in class io.temporal.internal.testservice.TestServicesStarter
 
getWorkflowService() - Method in class io.temporal.testserver.TestServer.InProcessTestServer
Deprecated.

H

HEALTH_CHECK_SERVICE_NAME - Static variable in interface io.temporal.serviceclient.TestServiceStubs
 
healthCheck() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 

I

io.temporal.internal.testservice - package io.temporal.internal.testservice
 
io.temporal.serviceclient - package io.temporal.serviceclient
 
io.temporal.testserver - package io.temporal.testserver
 
isShutdown() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
isTerminated() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 

L

listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest, StreamObserver<ListClosedWorkflowExecutionsResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest, StreamObserver<ListOpenWorkflowExecutionsResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
lockTimeSkipping(String) - Method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServiceStubs and TestServiceGrpc.TestServiceBlockingStub.lockTimeSkipping(LockTimeSkippingRequest)

M

main(String[]) - Static method in class io.temporal.internal.testservice.TestServiceServer
Deprecated.
 
main(String[]) - Static method in class io.temporal.testserver.TestServer
 

N

newBuilder() - Static method in class io.temporal.serviceclient.TestServiceStubsOptions
 
newBuilder(ServiceStubsOptions) - Static method in class io.temporal.serviceclient.TestServiceStubsOptions
 
newClientStub() - Method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
newServiceStubs(TestServiceStubsOptions) - Static method in interface io.temporal.serviceclient.TestServiceStubs
 

P

pollActivityTaskQueue(PollActivityTaskQueueRequest, StreamObserver<PollActivityTaskQueueResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
pollWorkflowTaskQueue(PollWorkflowTaskQueueRequest, StreamObserver<PollWorkflowTaskQueueResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 

Q

queryWorkflow(QueryWorkflowRequest, StreamObserver<QueryWorkflowResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 

R

recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest, StreamObserver<RecordActivityTaskHeartbeatResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
recordActivityTaskHeartbeatById(RecordActivityTaskHeartbeatByIdRequest, StreamObserver<RecordActivityTaskHeartbeatByIdResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
registerDelayedCallback(Duration, Runnable) - Method in class io.temporal.internal.testservice.TestWorkflowService
Invokes callback after the specified delay according to internal service clock.
removeSearchAttribute(String) - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest, StreamObserver<RequestCancelWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskCanceled(RespondActivityTaskCanceledRequest, StreamObserver<RespondActivityTaskCanceledResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskCanceledById(RespondActivityTaskCanceledByIdRequest, StreamObserver<RespondActivityTaskCanceledByIdResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskCompleted(RespondActivityTaskCompletedRequest, StreamObserver<RespondActivityTaskCompletedResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskCompletedById(RespondActivityTaskCompletedByIdRequest, StreamObserver<RespondActivityTaskCompletedByIdResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskFailed(RespondActivityTaskFailedRequest, StreamObserver<RespondActivityTaskFailedResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondActivityTaskFailedById(RespondActivityTaskFailedByIdRequest, StreamObserver<RespondActivityTaskFailedByIdResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondQueryTaskCompleted(RespondQueryTaskCompletedRequest, StreamObserver<RespondQueryTaskCompletedResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondWorkflowTaskCompleted(RespondWorkflowTaskCompletedRequest, StreamObserver<RespondWorkflowTaskCompletedResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
respondWorkflowTaskFailed(RespondWorkflowTaskFailedRequest, StreamObserver<RespondWorkflowTaskFailedResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 

S

shutdown() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
shutdownNow() - Method in class io.temporal.serviceclient.TestServiceStubsImpl
 
signalExternalWorkflowExecution(String, SignalExternalWorkflowExecutionCommandAttributes, TestWorkflowMutableState) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
signalWithStartWorkflowExecution(SignalWithStartWorkflowExecutionRequest, StreamObserver<SignalWithStartWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
signalWorkflowExecution(SignalWorkflowExecutionRequest, StreamObserver<SignalWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
sleep(Duration) - Method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServiceStubs and TestServiceGrpc.TestServiceBlockingStub.unlockTimeSkippingWithSleep(SleepRequest)
startWorkflowExecution(StartWorkflowExecutionRequest, StreamObserver<StartWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 

T

terminateWorkflowExecution(TerminateWorkflowExecutionRequest, StreamObserver<TerminateWorkflowExecutionResponse>) - Method in class io.temporal.internal.testservice.TestWorkflowService
 
TestServer - Class in io.temporal.testserver
 
TestServer() - Constructor for class io.temporal.testserver.TestServer
 
TestServer.InProcessTestServer - Class in io.temporal.testserver
 
TestServer.PortBoundTestServer - Class in io.temporal.testserver
 
TestServiceServer - Class in io.temporal.internal.testservice
Deprecated.
use TestServer.main(String[]) with --enable-time-skipping to get the behavior of this starter method
TestServiceServer() - Constructor for class io.temporal.internal.testservice.TestServiceServer
Deprecated.
 
TestServicesStarter - Class in io.temporal.internal.testservice
 
TestServicesStarter(boolean, long) - Constructor for class io.temporal.internal.testservice.TestServicesStarter
 
TestServiceStubs - Interface in io.temporal.serviceclient
 
TestServiceStubsImpl - Class in io.temporal.serviceclient
 
TestServiceStubsOptions - Class in io.temporal.serviceclient
 
TestServiceStubsOptions.Builder - Class in io.temporal.serviceclient
Builder is the builder for ClientOptions.
TestVisibilityStore - Interface in io.temporal.internal.testservice
 
TestWorkflowService - Class in io.temporal.internal.testservice
In memory implementation of the Workflow Service.
TestWorkflowService() - Constructor for class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServer.createServer(boolean) instead and pass lockTimeSkipping=false to emulate the behavior of this method
TestWorkflowService(boolean) - Constructor for class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
TestWorkflowService(long) - Constructor for class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServer.createServer(boolean, long) instead and pass lockTimeSkipping=false to emulate the behavior of this method

U

unlockTimeSkipping(String) - Method in class io.temporal.internal.testservice.TestWorkflowService
Deprecated.
use TestServiceStubs and TestServiceGrpc.TestServiceBlockingStub.unlockTimeSkipping(UnlockTimeSkippingRequest)
upsertSearchAttributesForExecution(ExecutionId, SearchAttributes) - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 

V

validateAndBuildWithDefaults() - Method in class io.temporal.serviceclient.TestServiceStubsOptions.Builder
 
validateSearchAttributes(SearchAttributes) - Method in interface io.temporal.internal.testservice.TestVisibilityStore
 
A B C D F G H I L M N P Q R S T U V 
All Classes All Packages