
org.mikand.autonomous.services.data.compute.Compute.kt Maven / Gradle / Ivy
The newest version!
package org.mikand.autonomous.services.data.compute
import io.vertx.codegen.annotations.Fluent
import io.vertx.codegen.annotations.ProxyGen
import io.vertx.codegen.annotations.VertxGen
import io.vertx.core.AsyncResult
import io.vertx.core.Handler
import org.mikand.autonomous.services.core.events.CommandEventImpl
import org.mikand.autonomous.services.core.events.DataEventImpl
@VertxGen
@ProxyGen
interface Compute {
@Fluent
fun compute(computeInputEvent: CommandEventImpl, responseHandler: Handler>): Compute
@Fluent
fun fetchSubscriptionAddress(addressHandler: Handler>): Compute
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy