-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
type: improvementA minor improvement to an existing featureA minor improvement to an existing feature
Description
Feature description
I tried to use Rxjava3 and Vertx PgClient in my example project: https://github.com/hantsy/micronaut-sandbox/tree/master/rxjava3-vertx-pg-client
But I have to expose a RxJava3 PgPool myself.
@Factory
public class PoolFactory {
@Bean
public Pool rx3Pool(io.vertx.sqlclient.Pool pool) {
return new Pool(pool);
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: improvementA minor improvement to an existing featureA minor improvement to an existing feature