Class: ReadAllEventsCompleted

EventStore.Client.Messages.ReadAllEventsCompleted

new ReadAllEventsCompleted(propertiesopt)

Constructs a new ReadAllEventsCompleted.
Parameters:
Name Type Attributes Description
properties EventStore.Client.Messages.ReadAllEventsCompleted$Properties <optional>
Properties to set
Source:

Members

(static) ReadAllResult :number

ReadAllResult enum.
Type:
  • number
Properties:
Name Type Description
Success number Success value
NotModified number NotModified value
Error number Error value
AccessDenied number AccessDenied value
Source:

commitPosition :number|Long

ReadAllEventsCompleted commitPosition.
Type:
  • number | Long
Source:

error :string

ReadAllEventsCompleted error.
Type:
  • string
Source:

events :Array.<EventStore.Client.Messages.ResolvedEvent$Properties>

ReadAllEventsCompleted events.
Type:
Source:

nextCommitPosition :number|Long

ReadAllEventsCompleted nextCommitPosition.
Type:
  • number | Long
Source:

nextPreparePosition :number|Long

ReadAllEventsCompleted nextPreparePosition.
Type:
  • number | Long
Source:

preparePosition :number|Long

ReadAllEventsCompleted preparePosition.
Type:
  • number | Long
Source:

result :EventStore.Client.Messages.ReadAllEventsCompleted.ReadAllResult

ReadAllEventsCompleted result.
Type:
Source:

Methods

(static) create(propertiesopt) → {EventStore.Client.Messages.ReadAllEventsCompleted}

Creates a new ReadAllEventsCompleted instance using the specified properties.
Parameters:
Name Type Attributes Description
properties EventStore.Client.Messages.ReadAllEventsCompleted$Properties <optional>
Properties to set
Source:
Returns:
ReadAllEventsCompleted instance
Type
EventStore.Client.Messages.ReadAllEventsCompleted

(static) decode(reader, lengthopt) → {EventStore.Client.Messages.ReadAllEventsCompleted}

Decodes a ReadAllEventsCompleted 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:
ReadAllEventsCompleted
Type
EventStore.Client.Messages.ReadAllEventsCompleted

(static) decodeDelimited(reader) → {EventStore.Client.Messages.ReadAllEventsCompleted}

Decodes a ReadAllEventsCompleted 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:
ReadAllEventsCompleted
Type
EventStore.Client.Messages.ReadAllEventsCompleted

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified ReadAllEventsCompleted message. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ReadAllEventsCompleted$Properties ReadAllEventsCompleted 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 ReadAllEventsCompleted message, length delimited. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ReadAllEventsCompleted$Properties ReadAllEventsCompleted message or plain object to encode
writer $protobuf.Writer <optional>
Writer to encode to
Source:
Returns:
Writer
Type
$protobuf.Writer

(static) from(object) → {EventStore.Client.Messages.ReadAllEventsCompleted}

Creates a ReadAllEventsCompleted message from a plain object. Also converts values to their respective internal types. This is an alias of EventStore.Client.Messages.ReadAllEventsCompleted.fromObject.
Parameters:
Name Type Description
object Object.<string, *> Plain object
Source:
Returns:
ReadAllEventsCompleted
Type
EventStore.Client.Messages.ReadAllEventsCompleted

(static) fromObject(object) → {EventStore.Client.Messages.ReadAllEventsCompleted}

Creates a ReadAllEventsCompleted message from a plain object. Also converts values to their respective internal types.
Parameters:
Name Type Description
object Object.<string, *> Plain object
Source:
Returns:
ReadAllEventsCompleted
Type
EventStore.Client.Messages.ReadAllEventsCompleted

(static) toObject(message, optionsopt) → {Object.<string, *>}

Creates a plain object from a ReadAllEventsCompleted message. Also converts values to other types if specified.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ReadAllEventsCompleted ReadAllEventsCompleted
options $protobuf.ConversionOptions <optional>
Conversion options
Source:
Returns:
Plain object
Type
Object.<string, *>

(static) verify(message) → (nullable) {string}

Verifies a ReadAllEventsCompleted 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

toJSON() → {Object.<string, *>}

Converts this ReadAllEventsCompleted to JSON.
Source:
Returns:
JSON object
Type
Object.<string, *>

toObject(optionsopt) → {Object.<string, *>}

Creates a plain object from this ReadAllEventsCompleted message. Also converts values to other types if specified.
Parameters:
Name Type Attributes Description
options $protobuf.ConversionOptions <optional>
Conversion options
Source:
Returns:
Plain object
Type
Object.<string, *>