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

ai.platon.pulsar.skeleton.context.ContextAware.kt Maven / Gradle / Ivy

package ai.platon.pulsar.skeleton.context

import ai.platon.pulsar.skeleton.context.PulsarContext

interface ContextAware {
    var context: PulsarContext?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy