functions.model

package functions.model

Members list

Type members

Classlikes

case class Coordinates3(className: String, method: String, version: String, properties: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Coordinates4(className: String, method: String, version: String, serializer: Serializer, properties: Map[String, Any])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Coordinates4

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
case class ReceiverInput(data: Array[Byte], argsData: Array[Byte])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Serializer

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StdTransportInput(coordinates4: Coordinates4, data: Array[Byte], args: Array[Any], argsData: Array[Byte]) extends TransportInput

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type InvokerMap = Map[Coordinates4, ReceiverInput => Array[Byte]]
type TransportFunction = TransportInput => Array[Byte]
type TransportFunctionRaw = BiFunction[String, Array[Byte], Array[Byte]]