Uses of Interface
com.attivio.service.ClientApiFactory
-
Packages that use ClientApiFactory Package Description com.attivio.client.exposedapi com.attivio.platform.service com.attivio.service -
-
Uses of ClientApiFactory in com.attivio.client.exposedapi
Classes in com.attivio.client.exposedapi that implement ClientApiFactory Modifier and Type Class Description class
JmxApiServiceFactory<T>
A factory class for returning objects that implement the interfaceT
. -
Uses of ClientApiFactory in com.attivio.platform.service
Classes in com.attivio.platform.service that implement ClientApiFactory Modifier and Type Class Description class
RemoteIngestApiFactory
class
RemoteSearchClientFactory
-
Uses of ClientApiFactory in com.attivio.service
Subinterfaces of ClientApiFactory in com.attivio.service Modifier and Type Interface Description interface
RemoteClientApiFactory<T>
Base interface for all factories which create clients capable of remote connections to the service.Classes in com.attivio.service that implement ClientApiFactory Modifier and Type Class Description class
AbstractClientApiFactory<T>
class
HttpTransportClientApiFactory<T>
Constructors in com.attivio.service with parameters of type ClientApiFactory Constructor Description PooledClientProxy(ClientApiFactory<T> clientFactory, java.lang.Class<T> apiClass, java.util.List<java.lang.Class<? extends java.util.function.Predicate<java.lang.Throwable>>> transientPredicates)
-