Uses of Class
io.gs2.exchange.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.exchange
Methods in io.gs2.exchange with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2ExchangeRestClient.createNamespace(CreateNamespaceRequest request) voidGs2ExchangeRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.exchange.request
Methods in io.gs2.exchange.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withEnableAwaitExchange(Boolean enableAwaitExchange) CreateNamespaceRequest.withEnableDirectExchange(Boolean enableDirectExchange) CreateNamespaceRequest.withExchangeScript(ScriptSetting exchangeScript) Deprecated.CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withQueueNamespaceId(String queueNamespaceId) Deprecated.CreateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)