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

com.qmetric.penfold.app.readstore.postgres.subscribers.Subscriber.scala Maven / Gradle / Ivy

package com.qmetric.penfold.app.readstore.postgres.subscribers

import com.qmetric.penfold.app.support.json.ObjectSerializer
import com.qmetric.penfold.domain.event.Event

trait Subscriber[E <: Event] {
  def applicable(event: Event): Boolean
  def handleEvent(event: E, objectSerializer: ObjectSerializer)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy