Class: Temporalio::Worker::Plugin::WithWorkflowReplayWorkerOptions
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Plugin::WithWorkflowReplayWorkerOptions
- 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
-
#worker ⇒ WorkflowReplayer::ReplayWorker
Replay worker.
Instance Attribute Details
#worker ⇒ WorkflowReplayer::ReplayWorker
Returns Replay worker.
28 29 30 |
# File 'lib/temporalio/worker/plugin.rb', line 28 def worker @worker end |