Interface AuditResourceGroupListener



  • public interface AuditResourceGroupListener
    Interface for receiving list of operations on resource groups for auditing purposes. List is received in chunks.
    • Method Detail

      • onData

        void onData​(AuditResourceGroupOperation[] chunk,
                    boolean last)
        Receive next chunk. On each call next chunk of list is delivered in chunk array. The last chunk is signaled by true in last.
        Parameters:
        chunk - array storing next chunk
        last - true if the current chunk is the last one
      • onError

        void onError​(java.lang.String comment)
        Called when an error occured in kernel while reading list of operations. Error can occur as a first message or after receiving several chunks, but no more chunks will be received after an error. Error is more closely specified by comment.
        Parameters:
        comment - user readable error description