com.ziqni.transformers.domain.BasicEntityChangeSubscriptionRequest.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ziqni-transformers Show documentation
Show all versions of ziqni-transformers Show documentation
Ziqni transformers project.
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