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

xyz.block.ftl.runtime.VerbInvoker Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
package xyz.block.ftl.runtime;

import xyz.block.ftl.v1.CallRequest;
import xyz.block.ftl.v1.CallResponse;

public interface VerbInvoker {

    CallResponse handle(CallRequest in);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy