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

org.jetlinks.rule.engine.api.Encoder Maven / Gradle / Ivy

package org.jetlinks.rule.engine.api;

public interface Encoder {

    Payload encode(T body);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy