Interface OperationProcessor


public interface OperationProcessor
This is callback interface for processing new operations. This callback should provide business logic only, update of operation status should be handled by the platform.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Processes operation
  • Method Details

    • process

      boolean process(OperationRepresentation operation)
      Processes operation
      Parameters:
      operation - operation to process
      Returns:
      true - if processing was successful, false - otherwise