Uses of Class
org.redisson.api.RemoteInvocationOptions
Packages that use RemoteInvocationOptions
-
Uses of RemoteInvocationOptions in org.redisson.api
Methods in org.redisson.api that return RemoteInvocationOptionsModifier and TypeMethodDescriptionstatic RemoteInvocationOptionsRemoteInvocationOptions.defaults()Creates a new instance of RemoteInvocationOptions with opinionated defaults.RemoteInvocationOptions.expectAckWithin(long ackTimeoutInMillis) Defines ACK timeoutRemoteInvocationOptions.expectAckWithin(long ackTimeout, TimeUnit timeUnit) Defines ACK timeoutRemoteInvocationOptions.expectResultWithin(long executionTimeoutInMillis) Defines execution timeoutRemoteInvocationOptions.expectResultWithin(long executionTimeout, TimeUnit timeUnit) Defines execution timeoutRemoteInvocationOptions.noAck()Specifies to not wait for ACK replyRemoteInvocationOptions.noResult()Specifies to not wait for resultMethods in org.redisson.api with parameters of type RemoteInvocationOptionsModifier and TypeMethodDescription<T> TRRemoteService.get(Class<T> remoteInterface, RemoteInvocationOptions options) Get remote service object for remote invocations with the specified optionsConstructors in org.redisson.api with parameters of type RemoteInvocationOptions -
Uses of RemoteInvocationOptions in org.redisson.remote
Methods in org.redisson.remote that return RemoteInvocationOptionsMethods in org.redisson.remote with parameters of type RemoteInvocationOptionsModifier and TypeMethodDescriptionprotected voidAsyncRemoteProxy.awaitResultAsync(RemoteInvocationOptions optionsCopy, RemotePromise<Object> result, CompletionStage<RRemoteServiceResponse> responseFuture) <T> TAsyncRemoteProxy.create(Class<T> remoteInterface, RemoteInvocationOptions options, Class<?> syncInterface) <T> TSyncRemoteProxy.create(Class<T> remoteInterface, RemoteInvocationOptions options) <T> TBaseRemoteService.get(Class<T> remoteInterface, RemoteInvocationOptions options) protected CompletionStage<RemoteServiceAck> BaseRemoteProxy.tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, String requestId) Constructors in org.redisson.remote with parameters of type RemoteInvocationOptionsModifierConstructorDescriptionRemoteServiceRequest(String executorId, String id, String methodName, long[] signature, Object[] args, RemoteInvocationOptions options, long date)