| Package | Description |
|---|---|
| net.maritimecloud.net |
Provides commonly used classes for communicating with remote actors on the maritime cloud.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> EndpointInvocationFuture<T> |
LocalEndpoint.invokeRemote(String endpoint,
Message parameters,
MessageSerializer<? extends Message> serializer,
ValueSerializer<T> resultParser)
Invoke a remote method.
|
<T> EndpointInvocationFuture<T> |
LocalEndpoint.Invocator.invokeRemote(String endpoint,
Message parameters,
MessageSerializer<? extends Message> parameterSerializer,
ValueSerializer<T> resultSerializer) |
EndpointInvocationFuture<T> |
EndpointInvocationFuture.orTimeout(long timeout,
TimeUnit unit)
Creates a new EndpointInvocationFuture that will time out via
TimeoutException if this task has not
completed within the specified time. |
<U> EndpointInvocationFuture<U> |
EndpointInvocationFuture.thenApply(java.util.function.Function<? super T,? extends U> fn) |
default EndpointInvocationFuture<T> |
EndpointInvocationFuture.timeout(long timeout,
TimeUnit unit)
Deprecated.
|
Copyright © 2012–2015 Danish Maritime Authority. All rights reserved.