All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.guyi.ipojo.module.coap.CoapResourceInvoker Maven / Gradle / Ivy

The newest version!
package tech.guyi.ipojo.module.coap;

import tech.guyi.ipojo.application.ApplicationContext;

public interface CoapResourceInvoker {

    Class argsClass();

    Object invoke(ApplicationContext context,Object args);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy