Uses of Interface
com.attivio.service.RemoteClientApiFactory
-
Packages that use RemoteClientApiFactory Package Description com.attivio.client.exposedapi com.attivio.platform.service com.attivio.service -
-
Uses of RemoteClientApiFactory in com.attivio.client.exposedapi
Classes in com.attivio.client.exposedapi that implement RemoteClientApiFactory Modifier and Type Class Description class
JmxApiServiceFactory<T>
A factory class for returning objects that implement the interfaceT
. -
Uses of RemoteClientApiFactory in com.attivio.platform.service
Classes in com.attivio.platform.service that implement RemoteClientApiFactory Modifier and Type Class Description class
RemoteIngestApiFactory
class
RemoteSearchClientFactory
-
Uses of RemoteClientApiFactory in com.attivio.service
Classes in com.attivio.service that implement RemoteClientApiFactory Modifier and Type Class Description class
AbstractClientApiFactory<T>
class
HttpTransportClientApiFactory<T>
Methods in com.attivio.service that return types with arguments of type RemoteClientApiFactory Modifier and Type Method Description java.lang.Class<? extends RemoteClientApiFactory>
AieServiceInfo. getCustomFactory()
Method parameters in com.attivio.service with type arguments of type RemoteClientApiFactory Modifier and Type Method Description static <T> AieServiceInfo
ServiceFactory. prepareServiceInfo(java.lang.String description, java.lang.Class<? extends RemoteClientApiFactory> customFactory, java.lang.Class<? extends java.util.function.Predicate<java.lang.Throwable>>... predicates)
TheServiceFactory.registerService(java.lang.Class<T>, java.lang.String, int, java.lang.Class<? extends com.attivio.service.RemoteClientApiFactory>, java.lang.Class<? extends java.util.function.Predicate<java.lang.Throwable>>...)
method utilizes this method to prepare the basic fields forAieServiceInfo
.void
AieServiceInfo. setCustomFactory(java.lang.Class<? extends RemoteClientApiFactory> customFactory)
-