package bl

Type Members

  1. case class BatchJobBLImpl(waspDB: WaspPostgresDB) extends BatchJobBL with PostgresBL with Product with Serializable
  2. case class BatchJobInstanceBLImpl(waspDB: WaspPostgresDB) extends BatchJobInstanceBL with PostgresBL with Product with Serializable
  3. case class BatchSchedulersBLImpl(waspDB: WaspPostgresDB) extends BatchSchedulersBL with PostgresBL with Product with Serializable
  4. case class CdcBLImpl(waspDB: WaspPostgresDB) extends CdcBL with PostgresBL with Product with Serializable
  5. case class ConfigManagerBLImpl(waspDB: WaspPostgresDB) extends ConfigManagerBL with PostgresBL with Product with Serializable
  6. case class DocumentBLImpl(waspDB: WaspPostgresDB) extends DocumentBL with PostgresBL with Product with Serializable
  7. case class FreeCodeBLImpl(waspDB: WaspPostgresDB) extends FreeCodeBL with PostgresBL with Product with Serializable
  8. case class GenericBLImpl(waspDB: WaspPostgresDB) extends GenericBL with PostgresBL with Product with Serializable
  9. case class HttpBLImpl(waspDB: WaspPostgresDB) extends HttpBL with PostgresBL with Product with Serializable
  10. case class IndexBLImpl(waspDB: WaspPostgresDB) extends IndexBL with PostgresBL with Product with Serializable
  11. case class KeyValueBLImpl(waspDB: WaspPostgresDB) extends KeyValueBL with PostgresBL with Product with Serializable
  12. case class MlModelBLImpl(waspDB: WaspPostgresDB) extends MlModelBL with PostgresBL with Product with Serializable
  13. case class PipegraphBLImpl(waspDB: WaspPostgresDB) extends PipegraphBL with PostgresBL with Product with Serializable
  14. case class PipegraphInstanceBlImpl(waspDB: WaspPostgresDB) extends PipegraphInstanceBl with PostgresBL with Product with Serializable
  15. trait PostgresBL extends AnyRef
  16. class PostgresFactoryBL extends FactoryBL
  17. case class ProcessGroupBLImpl(waspDB: WaspPostgresDB) extends ProcessGroupBL with PostgresBL with Product with Serializable
  18. case class ProducerBLImpl(waspDB: WaspPostgresDB) extends ProducerBL with PostgresBL with Product with Serializable
  19. case class RawBLImpl(waspDB: WaspPostgresDB) extends RawBL with PostgresBL with Product with Serializable
  20. case class SqlSourceBLImpl(waspDB: WaspPostgresDB) extends SqlSourceBl with PostgresBL with Product with Serializable
  21. case class TopicBLImpl(waspDB: WaspPostgresDB) extends TopicBL with PostgresBL with Product with Serializable
  22. case class WebsocketBLImpl(waspDB: WaspPostgresDB) extends WebsocketBL with PostgresBL with Product with Serializable

Ungrouped