package org.example.client; /** * Acknowledgement. */ public interface Ack { void call(Object... args); }