Interface AuAgent

All Superinterfaces:
Agent, OperationAgent

public interface AuAgent extends OperationAgent
The agent supports posting customized AU requests.
Since:
1.1.0
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    post(AuData... auData)
     

    Methods inherited from interface org.zkoss.zats.mimic.Agent

    getClient, getDelegatee
  • Method Details

    • post

      void post(AuData... auData)