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

io.p8e.functional.ContractEventHandler.kt Maven / Gradle / Ivy

Go to download

A collection of services and libraries that iteract and run Provenance Java based contracts.

There is a newer version: 0.9.0-grpc
Show newest version
package io.p8e.functional

import io.p8e.proxy.Contract
import io.p8e.spec.P8eContract

@FunctionalInterface
interface ContractEventHandler {
    fun handle(contract: Contract): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy