-
public class RedeliverOnStart extends DeliveryMode
The subscription will receive the most recent state update when transitioning from locked to unlocked states (stopped -> started), even if the state has not changed while locked.
Likewise, when a MavericksView resubscribes after a configuration change the most recent update will always be emitted.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsubscriptionIdpublic final static RedeliverOnStartINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetSubscriptionId()-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
-
-
-
-