| Package | Description |
|---|---|
| com.networknt.eventuate.common |
| Modifier and Type | Method and Description |
|---|---|
SubscriberInitialPosition |
SubscriberOptions.getReadFrom() |
static SubscriberInitialPosition |
SubscriberInitialPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberInitialPosition[] |
SubscriberInitialPosition.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.