| Package | Description |
|---|---|
| com.networknt.eventuate.common |
| Modifier and Type | Method and Description |
|---|---|
SubscriberDurability |
SubscriberOptions.getDurability() |
static SubscriberDurability |
SubscriberDurability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberDurability[] |
SubscriberDurability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SubscriberOptions(SubscriberDurability durability,
SubscriberInitialPosition readFrom,
boolean progressNotifications) |
Copyright © 2021. All rights reserved.