@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=DurableClientConfiguration.class) public @interface EnableDurableClient
EnableDurableClient
annotation configures a ClientCache
instance as a Durable Client.Documented
,
Inherited
,
Retention
,
Target
,
ClientCache
,
Import
,
DurableClientConfiguration
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id
Used only for clients in a client/server installation.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
keepAlive
Configure whether the server should keep the durable client's queues alive for the timeout period.
|
boolean |
readyForEvents
Configures whether the
ClientCache is ready to recieve events on startup. |
int |
timeout
Used only for clients in a client/server installation.
|
public abstract java.lang.String id
public abstract boolean keepAlive