@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DaemonRequestMethod
IVOIVOIVO>IVO[]DaemonErrorDaemon| Modifier and Type | Required Element and Description |
|---|---|
boolean |
idempotent
The method can be executed multiple times and always produces the same result.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
secure
Requests must be send in secure mode (encrypted communication).
|
long |
timeout
The maximum amount of time the requester have to wait for a response from the daemon.
After the timeout is reached the requester will not receive a response from the daemon any more. ATTENTION: The request can be executed successfully although the timeout was reached and no response was delivered! |
TimeUnit |
timeoutUnit
The time unit of the timeout parameter.
|
public abstract boolean idempotent
public abstract long timeout
public abstract TimeUnit timeoutUnit
Copyright © 2016 Taimos GmbH. All rights reserved.