Uses of Interface
org.apache.logging.log4j.core.appender.nosql.NoSqlConnection
Packages that use NoSqlConnection
-
Uses of NoSqlConnection in org.apache.logging.log4j.core.appender.nosql
Classes in org.apache.logging.log4j.core.appender.nosql with type parameters of type NoSqlConnectionModifier and TypeInterfaceDescriptioninterfaceNoSqlProvider<C extends NoSqlConnection<?, ? extends NoSqlObject<?>>>Implementations of this class are plugins for configuring theNoSqlAppenderwith the proper provider (MongoDB, etc.).Classes in org.apache.logging.log4j.core.appender.nosql that implement NoSqlConnectionModifier and TypeClassDescriptionclassAbstractNoSqlConnection<W, T extends NoSqlObject<W>>Facilitates implementations ofNoSqlConnection.