Module: Operaton::Bpm::Client::ExternalTaskClient

Defined in:
lib/operaton/bpm/client/external_task_client.rb

Overview

Mirrors org.operaton.bpm.client.ExternalTaskClient. The static create() factory returns a fluent builder; the built client is an Impl::ExternalTaskClientImpl responding to #subscribe, #start, #stop and #active?.

Class Method Summary collapse

Class Method Details

.createObject

Creates a fluent builder to configure the Operaton client.



12
13
14
# File 'lib/operaton/bpm/client/external_task_client.rb', line 12

def self.create
  Impl::ExternalTaskClientBuilderImpl.new
end