Class: SubscriptionDropped

EventStore.Client.Messages.SubscriptionDropped(propertiesopt)

Represents a SubscriptionDropped.

Constructor

new SubscriptionDropped(propertiesopt)

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

Members

reason :EventStore.Client.Messages.SubscriptionDropped.SubscriptionDropReason

SubscriptionDropped reason.
Type:
Source:

(static) SubscriptionDropReason :number

SubscriptionDropReason enum.
Type:
  • number
Properties:
Name Type Description
Unsubscribed number Unsubscribed value
AccessDenied number AccessDenied value
NotFound number NotFound value
PersistentSubscriptionDeleted number PersistentSubscriptionDeleted value
SubscriberMaxCountReached number SubscriberMaxCountReached value
Source:

Methods

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

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

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

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

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

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

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

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

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

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

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

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Gets the default type url for SubscriptionDropped
Parameters:
Name Type Attributes Description
typeUrlPrefix string <optional>
your custom typeUrlPrefix(default "type.googleapis.com")
Source:
Returns:
The default type url
Type
string

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

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

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

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