Constructor
new PersistentSubscriptionNakEvents(propertiesopt)
Constructs a new PersistentSubscriptionNakEvents.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
EventStore.Client.Messages.IPersistentSubscriptionNakEvents |
<optional> |
Properties to set |
- Implements:
- IPersistentSubscriptionNakEvents
- Source:
Members
(static) NakAction :string
NakAction enum.
Type:
- string
Properties:
Name | Type | Description |
---|---|---|
Unknown |
number | Unknown value |
Park |
number | Park value |
Retry |
number | Retry value |
Skip |
number | Skip value |
Stop |
number | Stop value |
- Source:
action :EventStore.Client.Messages.PersistentSubscriptionNakEvents.NakAction
PersistentSubscriptionNakEvents action.
Type:
- Source:
message :string
PersistentSubscriptionNakEvents message.
Type:
- string
- Source:
processedEventIds :Array.<Uint8Array>
PersistentSubscriptionNakEvents processedEventIds.
Type:
- Array.<Uint8Array>
- Source:
subscriptionId :string
PersistentSubscriptionNakEvents subscriptionId.
Type:
- string
- Source:
Methods
(static) create(propertiesopt) → {EventStore.Client.Messages.PersistentSubscriptionNakEvents}
Creates a new PersistentSubscriptionNakEvents instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
EventStore.Client.Messages.IPersistentSubscriptionNakEvents |
<optional> |
Properties to set |
- Source:
Returns:
PersistentSubscriptionNakEvents instance
(static) decode(reader, lengthopt) → {EventStore.Client.Messages.PersistentSubscriptionNakEvents}
Decodes a PersistentSubscriptionNakEvents message from the specified reader or buffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from | |
length |
number |
<optional> |
Message length if known beforehand |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
PersistentSubscriptionNakEvents
(static) decodeDelimited(reader) → {EventStore.Client.Messages.PersistentSubscriptionNakEvents}
Decodes a PersistentSubscriptionNakEvents message from the specified reader or buffer, length delimited.
Parameters:
Name | Type | Description |
---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
PersistentSubscriptionNakEvents
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified PersistentSubscriptionNakEvents message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
EventStore.Client.Messages.IPersistentSubscriptionNakEvents | PersistentSubscriptionNakEvents message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified PersistentSubscriptionNakEvents message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
EventStore.Client.Messages.IPersistentSubscriptionNakEvents | PersistentSubscriptionNakEvents message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) fromObject(object) → {EventStore.Client.Messages.PersistentSubscriptionNakEvents}
Creates a PersistentSubscriptionNakEvents message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> | Plain object |
- Source:
Returns:
PersistentSubscriptionNakEvents
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a PersistentSubscriptionNakEvents message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
EventStore.Client.Messages.PersistentSubscriptionNakEvents | PersistentSubscriptionNakEvents | |
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
- Source:
Returns:
Plain object
- Type
- Object.<string, *>
(static) verify(message) → {string|null}
Verifies a PersistentSubscriptionNakEvents message.
Parameters:
Name | Type | Description |
---|---|---|
message |
Object.<string, *> | Plain object to verify |
- Source:
Returns:
`null` if valid, otherwise the reason why it is not
- Type
- string | null
toJSON() → {Object.<string, *>}
Converts this PersistentSubscriptionNakEvents to JSON.
- Source:
Returns:
JSON object
- Type
- Object.<string, *>