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 Detail

      • process

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