com.ziqni.transformers.domain.ZiqniEntityChangeSubscriptionRequest.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.
The 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 ZiqniEntityChangeSubscriptionRequest(callback: String, entityType: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy