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

functions.model.ReceiverInput.scala Maven / Gradle / Ivy

The newest version!
package functions.model

case class ReceiverInput(
    data: Array[Byte],
    argsData: Array[Byte] = Array.emptyByteArray
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy