Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingJobType = errors.New("jobType is a required attribute")
Functions ¶
func NewZeebeJobWorker ¶
func NewZeebeJobWorker(logger logger.Logger) bindings.InputBinding
NewZeebeJobWorker returns a new ZeebeJobWorker instance.
Types ¶
type ZeebeJobWorker ¶
type ZeebeJobWorker struct {
// contains filtered or unexported fields
}
ZeebeJobWorker allows handling jobs from the Zeebe command engine.
func (*ZeebeJobWorker) Close ¶
func (z *ZeebeJobWorker) Close() error
func (*ZeebeJobWorker) GetComponentMetadata ¶
func (z *ZeebeJobWorker) GetComponentMetadata() map[string]string
GetComponentMetadata returns the metadata of the component.
Click to show internal directories.
Click to hide internal directories.