Uses of Interface
org.neo4j.driver.internal.bolt.api.ListenerEvent
Packages that use ListenerEvent
-
Uses of ListenerEvent in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return ListenerEventMethods in org.neo4j.driver.internal.bolt.api with parameters of type ListenerEventModifier and TypeMethodDescriptionvoidMetricsListener.afterAcquiredOrCreated(String poolId, ListenerEvent<?> acquireEvent) After acquiring or creating a new netty channel from pool successfully.voidMetricsListener.afterConnectionCreated(String poolId, ListenerEvent<?> inUseEvent) After acquiring or creating a new netty channel from pool successfully.voidMetricsListener.afterConnectionReleased(String poolId, ListenerEvent<?> inUseEvent) After releasing a netty channel back to pool successfully.voidMetricsListener.afterCreated(String poolId, ListenerEvent<?> creatingEvent) After a netty channel is created successfully.voidMetricsListener.beforeAcquiringOrCreating(String poolId, ListenerEvent<?> acquireEvent) Before acquiring or creating a new netty channel from pool.voidMetricsListener.beforeCreating(String poolId, ListenerEvent<?> creatingEvent) Before creating a netty channel. -
Uses of ListenerEvent in org.neo4j.driver.internal.metrics
Methods in org.neo4j.driver.internal.metrics that return ListenerEventMethods in org.neo4j.driver.internal.metrics with parameters of type ListenerEventModifier and TypeMethodDescriptionvoidDevNullMetricsListener.afterAcquiredOrCreated(String poolId, ListenerEvent<?> acquireEvent) voidDevNullMetricsListener.afterConnectionCreated(String poolId, ListenerEvent<?> inUseEvent) voidDevNullMetricsListener.afterConnectionReleased(String poolId, ListenerEvent<?> inUseEvent) voidDevNullMetricsListener.afterCreated(String poolId, ListenerEvent<?> creatingEvent) voidDevNullMetricsListener.beforeAcquiringOrCreating(String poolId, ListenerEvent<?> acquireEvent) voidDevNullMetricsListener.beforeCreating(String poolId, ListenerEvent<?> creatingEvent)