Class OpenSearchPassthroughComponent
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.restapi.opensearch1.OpenSearchPassthroughComponent
- All Implemented Interfaces:
Adaptable,Component,Extensible,TimestampedService
- Since:
- 2025.13
-
Field Summary
FieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, stop, unregister, unregisterContribution, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Field Details
-
CAPABILITY_PASSTHROUGH
- See Also:
-
PASSTHROUGH_ELASTICSEARCH_ENABLED_PROPERTY
- See Also:
-
PASSTHROUGH_ELASTICSEARCH_AUDIT_ENABLED_PROPERTY
- See Also:
-
-
Constructor Details
-
OpenSearchPassthroughComponent
public OpenSearchPassthroughComponent()
-
-
Method Details
-
start
Description copied from interface:ComponentStart the component. This method is called after all the components were resolved and activated- Specified by:
startin interfaceComponent- Overrides:
startin classDefaultComponent
-