datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
40 stars 28 forks source link

Avoid implementing Multi and extend AbstractMulti instead #115

Closed cescoffier closed 4 years ago

cescoffier commented 4 years ago

Avoid implementing Multi and extend AbstractMulti instead …

Creates the multi instances in the constructor and delegate the subscription to it. Note that we must handle the subscription interception.

In addition: