org.camunda.bpm.engine.impl.jobexecutor
Interface FailedJobCommandFactory

All Known Implementing Classes:
DefaultFailedJobCommandFactory, FoxFailedJobCommandFactory

public interface FailedJobCommandFactory


Method Summary
 Command<Object> getCommand(String jobId, Throwable exception)
           
 

Method Detail

getCommand

Command<Object> getCommand(String jobId,
                           Throwable exception)


Copyright © 2016 camunda services GmbH. All rights reserved.