com.cumulocity.sdk.client.devicecontrol.autopoll
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
 boolean process(OperationRepresentation operation)
          Processes operation
 

Method Detail

process

boolean process(OperationRepresentation operation)
Processes operation

Parameters:
operation - operation to process
Returns:
true - if processing was successful, false - otherwise


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.