Module org.elasticsearch.server
Interface FileSettingsHealthIndicatorPublisher
- All Known Implementing Classes:
FileSettingsService.FileSettingsHealthIndicatorPublisherImpl
public interface FileSettingsHealthIndicatorPublisher
Used by
FileSettingsService.FileSettingsHealthTracker
to send health info to the health node.-
Method Summary
Modifier and TypeMethodDescriptionvoid
publish
(FileSettingsService.FileSettingsHealthInfo info, ActionListener<AcknowledgedResponse> actionListener)
-
Method Details
-
publish
void publish(FileSettingsService.FileSettingsHealthInfo info, ActionListener<AcknowledgedResponse> actionListener)
-