Uses of Class
io.gs2.stateMachine.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.stateMachine
Methods in io.gs2.stateMachine with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2StateMachineRestClient.createNamespace(CreateNamespaceRequest request) voidGs2StateMachineRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.stateMachine.request
Methods in io.gs2.stateMachine.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withErrorScript(ScriptSetting errorScript) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withLowestStateMachineVersion(Long lowestStateMachineVersion) CreateNamespaceRequest.withPassScript(ScriptSetting passScript) CreateNamespaceRequest.withStartScript(ScriptSetting startScript)