Class: Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_filter_typeObject

Returns the value of attribute event_filter_type

Returns:

  • (Object)

    the current value of event_filter_type



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def event_filter_type
  @event_filter_type
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def run_id
  @run_id
end

#skip_archivalObject

Returns the value of attribute skip_archival

Returns:

  • (Object)

    the current value of skip_archival



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def skip_archival
  @skip_archival
end

#wait_new_eventObject

Returns the value of attribute wait_new_event

Returns:

  • (Object)

    the current value of wait_new_event



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def wait_new_event
  @wait_new_event
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



69
70
71
# File 'lib/temporalio/client/interceptor.rb', line 69

def workflow_id
  @workflow_id
end