Uses of Interface
io.tarantool.driver.api.connection.TarantoolConnectionListener
-
Packages that use TarantoolConnectionListener Package Description io.tarantool.driver.api.connection Classes for working with connections to Tarantool instances. -
-
Uses of TarantoolConnectionListener in io.tarantool.driver.api.connection
Methods in io.tarantool.driver.api.connection that return types with arguments of type TarantoolConnectionListener Modifier and Type Method Description List<TarantoolConnectionListener>
TarantoolConnectionListeners. all()
Returns all listeners previously added to the collectionMethods in io.tarantool.driver.api.connection with parameters of type TarantoolConnectionListener Modifier and Type Method Description TarantoolConnectionListeners
TarantoolConnectionListeners. add(TarantoolConnectionListener listener)
Add a singleTarantoolConnectionListener
to collectionstatic TarantoolConnectionListeners
TarantoolConnectionListeners. of(TarantoolConnectionListener... listeners)
Construct a collection from an enumeration ofTarantoolConnectionListener
Constructor parameters in io.tarantool.driver.api.connection with type arguments of type TarantoolConnectionListener Constructor Description TarantoolConnectionListeners(List<TarantoolConnectionListener> tarantoolConnectionListeners)
Allows to add several listeners right on instantiation.
-