Skip to main content

Class: InboundEvent

v1.EventGroupMarker.InboundEvent

The event ID of an event in the present workflow that triggered implicit creation of this group Marker.

The target event's type must be one of the following:

  • WORKFLOW_EXECUTION_STARTED
  • WORKFLOW_EXECUTION_SIGNALED

Implements

Constructors

constructor

new InboundEvent(properties?): InboundEvent

Constructs a new InboundEvent.

Parameters

NameTypeDescription
properties?IInboundEventProperties to set

Returns

InboundEvent

Properties

inboundEventId

inboundEventId: Long

InboundEvent inboundEventId.

Implementation of

IInboundEvent.inboundEventId

Methods

toJSON

toJSON(): Object

Converts this InboundEvent to JSON.

Returns

Object

JSON object


create

create(properties?): InboundEvent

Creates a new InboundEvent instance using the specified properties.

Parameters

NameTypeDescription
properties?IInboundEventProperties to set

Returns

InboundEvent

InboundEvent instance


decode

decode(reader, length?): InboundEvent

Decodes an InboundEvent message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

InboundEvent

InboundEvent

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): InboundEvent

Decodes an InboundEvent message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

InboundEvent

InboundEvent

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified InboundEvent message. Does not implicitly temporal.api.sdk.v1.EventGroupMarker.InboundEvent.verify|verify messages.

Parameters

NameTypeDescription
messageIInboundEventInboundEvent message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified InboundEvent message, length delimited. Does not implicitly temporal.api.sdk.v1.EventGroupMarker.InboundEvent.verify|verify messages.

Parameters

NameTypeDescription
messageIInboundEventInboundEvent message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): InboundEvent

Creates an InboundEvent message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

InboundEvent

InboundEvent


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for InboundEvent

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

Creates a plain object from an InboundEvent message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageInboundEventInboundEvent
options?IConversionOptionsConversion options

Returns

Object

Plain object