jBPM :: Executor Service 6.1.0.Beta2

org.jbpm.executor.impl.runtime
Class AsyncHandlerProducer

java.lang.Object
  extended by org.jbpm.executor.impl.runtime.AsyncHandlerProducer
All Implemented Interfaces:
org.jbpm.runtime.manager.api.WorkItemHandlerProducer

@ApplicationScoped
public class AsyncHandlerProducer
extends Object
implements org.jbpm.runtime.manager.api.WorkItemHandlerProducer

Dedicated WorkItemHandlerProducer to register AsyncWorkItemHandler in CDI environment when using deployment services (jbpm-kie-services).


Constructor Summary
AsyncHandlerProducer()
           
 
Method Summary
 Map<String,org.kie.api.runtime.process.WorkItemHandler> getWorkItemHandlers(String identifier, Map<String,Object> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHandlerProducer

public AsyncHandlerProducer()
Method Detail

getWorkItemHandlers

public Map<String,org.kie.api.runtime.process.WorkItemHandler> getWorkItemHandlers(String identifier,
                                                                                   Map<String,Object> params)
Specified by:
getWorkItemHandlers in interface org.jbpm.runtime.manager.api.WorkItemHandlerProducer

jBPM :: Executor Service 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.