Class: Temporalio::Worker::Plugin::WithWorkflowReplayWorkerOptions

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/plugin.rb,
lib/temporalio/worker/plugin.rb

Overview

Note:

Additional required attributes of this class may be added in the future. Users should never instantiate this class, but instead use with on it in #with_workflow_replay_worker.

Options for #with_workflow_replay_worker.

Instance Attribute Summary collapse

Instance Attribute Details

#workerWorkflowReplayer::ReplayWorker

Returns Replay worker.

Returns:



28
29
30
# File 'lib/temporalio/worker/plugin.rb', line 28

def worker
  @worker
end