Class: TransactionCommitCompleted

EventStore.Client.Messages.TransactionCommitCompleted(propertiesopt)

Represents a TransactionCommitCompleted.

Constructor

new TransactionCommitCompleted(propertiesopt)

Constructs a new TransactionCommitCompleted.
Parameters:
Name Type Attributes Description
properties EventStore.Client.Messages.ITransactionCommitCompleted <optional>
Properties to set
Implements:
  • ITransactionCommitCompleted
Source:

Members

commitPosition :number|Long

TransactionCommitCompleted commitPosition.
Type:
  • number | Long
Source:

firstEventNumber :number|Long

TransactionCommitCompleted firstEventNumber.
Type:
  • number | Long
Source:

lastEventNumber :number|Long

TransactionCommitCompleted lastEventNumber.
Type:
  • number | Long
Source:

message :string

TransactionCommitCompleted message.
Type:
  • string
Source:

preparePosition :number|Long

TransactionCommitCompleted preparePosition.
Type:
  • number | Long
Source:

result :EventStore.Client.Messages.OperationResult

TransactionCommitCompleted result.
Type:
Source:

transactionId :number|Long

TransactionCommitCompleted transactionId.
Type:
  • number | Long
Source:

Methods

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

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

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

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

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

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

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

Encodes the specified TransactionCommitCompleted message. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ITransactionCommitCompleted TransactionCommitCompleted 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 TransactionCommitCompleted message, length delimited. Does not implicitly verify messages.
Parameters:
Name Type Attributes Description
message EventStore.Client.Messages.ITransactionCommitCompleted TransactionCommitCompleted 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.TransactionCommitCompleted}

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

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

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

(static) verify(message) → {string|null}

Verifies a TransactionCommitCompleted 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 TransactionCommitCompleted to JSON.
Source:
Returns:
JSON object
Type
Object.<string, *>