Skip to content

Commit

Permalink
internal components
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Jan 11, 2025
1 parent e54ff54 commit ce27dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import io.vertx.sqlclient.Pool
import io.vertx.sqlclient.SqlConnection
import io.vertx.sqlclient.Tuple

class SubscriptionComponent(
internal class SubscriptionComponent(
private val pool: Pool,
) {
fun handlePendingEvents(subscriptionConfig: SubscriptionConfig): Future<Pair<Long, Int>> {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/crablet/query/impl/SubscriptionVerticle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicBoolean
import java.util.concurrent.atomic.AtomicLong
import kotlin.math.min

class SubscriptionVerticle(
internal class SubscriptionVerticle(
private val subscriptionConfig: SubscriptionConfig,
private val subscriptionComponent: SubscriptionComponent,
private val intervalConfig: IntervalConfig,
Expand Down

0 comments on commit ce27dc3

Please sign in to comment.