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

io.wavebeans.execution.pod.AnySplittingPod.kt Maven / Gradle / Ivy

package io.wavebeans.execution.pod

import io.wavebeans.lib.BeanStream

class AnySplittingPod(
        bean: BeanStream,
        podKey: PodKey,
        partitionCount: Int
) : SplittingPod>(
        bean = bean,
        podKey = podKey,
        partitionCount = partitionCount
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy