Class RemoteMethodAsync

All Implemented Interfaces:
RemoteQuery<RemoteMethodAsync.Result>, Serializable

public class RemoteMethodAsync extends ContextAwareRemoteQuery<RemoteMethodAsync.Result>
Invoke a proxied Table method remotely, concurrently with the LTM cycle.
See Also:
  • Constructor Details

    • RemoteMethodAsync

      public RemoteMethodAsync(int handleId, @NotNull Method method, @Nullable Object[] args, @Nullable Map<String,Class> paramMetadata)
  • Method Details