Class Input
Input carries interaction input that comes from the caller.
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
public sealed class Input : Google.Protobuf.IMessage<Input>, Google.Protobuf.IBufferMessage
Constructors
Declaration
Declaration
public Input(Input other)
Parameters
Type |
Name |
Description |
Input |
other |
|
Fields
Field number for the "args" field.
Declaration
public const int ArgsFieldNumber = null
Field Value
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
Field number for the "name" field.
Declaration
public const int NameFieldNumber = null
Field Value
Properties
The arguments to pass to the named handler.
Declaration
public Payloads Args { get; set; }
Property Value
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Headers that are passed with the interaction to and from the processing workflow.
These can include things like auth or tracing tokens.
Declaration
public Header Header { get; set; }
Property Value
The name of the input handler to invoke on the target workflow
Declaration
public string Name { get; set; }
Property Value
Declaration
public static Google.Protobuf.MessageParser<Input> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Input> |
|
Methods
Declaration
public int CalculateSize()
Returns
Declaration
Returns
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Declaration
public bool Equals(Input other)
Parameters
Type |
Name |
Description |
Input |
other |
|
Returns
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
Declaration
public void MergeFrom(Input other)
Parameters
Type |
Name |
Description |
Input |
other |
|
Declaration
public override string ToString()
Returns
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage