Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DedicatedWorkerOptions ¶
type WorkerComponent ¶
type WorkerComponent interface { // Register registers Workflow and Activity types provided by this worker component Register(sdkworker.Worker) // DedicatedWorkerOptions returns a DedicatedWorkerOptions for this worker component. Return nil to use // default worker instance. DedicatedWorkerOptions() *DedicatedWorkerOptions }
WorkerComponent represent a type of work needed for worker role
Click to show internal directories.
Click to hide internal directories.