| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
MWInvokable.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously with a callback attached.
|
<T> MWRequest<T> |
MWInvokable.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously with a callback attached.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MWRequest<T> |
ComponentProxy.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously.
|
<T> MWRequest<T> |
ComponentProxy.invokeAsync(MWInvokeRequest<T> invokeRequest,
MWRequestListener<T> callback)
Invokes a MATLAB function asynchronously.
|
Copyright © 2015–2021. All rights reserved.