Interface CommandExecutor

  • All Known Implementing Classes:
    CommandExecutorImpl

    public interface CommandExecutor
    Author:
    Nico Rehwaldt
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T executeCommand​(org.camunda.bpm.engine.impl.interceptor.Command<T> command)
      Execute the given command and return the result of the execution
    • Method Detail

      • executeCommand

        <T> T executeCommand​(org.camunda.bpm.engine.impl.interceptor.Command<T> command)
        Execute the given command and return the result of the execution
        Type Parameters:
        T -
        Parameters:
        command -
        Returns: