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

com.ziqni.transformers.domain.BasicEntityChangeSubscriptionRequest.scala Maven / Gradle / Ivy

There is a newer version: 2.0.12
Show newest version
package com.ziqni.transformers.domain

/**
  * @param callback The callback operation you are subscribing too. Like EntityChanged or EntityStateChanged
  * @param entityType What you are subscribing to, like Competition, Contest, Member, Award etc.
  */
case class BasicEntityChangeSubscriptionRequest(callback: String, entityType: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy