Interface SynapseLanguageClientAPI
- All Superinterfaces:
org.eclipse.lsp4j.services.LanguageClient,XMLLanguageClientAPI
Synapse language client API.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification to be sent to the client when a connector is addedvoidNotification to be sent to the client when a connector is removedvoidNotification to be sent to the client when a tryout server log is generated.Methods inherited from interface org.eclipse.lsp4j.services.LanguageClient
applyEdit, configuration, createProgress, logMessage, logTrace, notifyProgress, publishDiagnostics, refreshCodeLenses, refreshDiagnostics, refreshInlayHints, refreshInlineValues, refreshSemanticTokens, registerCapability, showDocument, showMessage, showMessageRequest, telemetryEvent, unregisterCapability, workspaceFoldersMethods inherited from interface org.eclipse.lemminx.customservice.XMLLanguageClientAPI
actionableNotification, executeClientCommand
-
Method Details
-
addConnectorStatus
Notification to be sent to the client when a connector is added- Parameters:
message- the connection status notification
-
removeConnectorStatus
Notification to be sent to the client when a connector is removed- Parameters:
message- the connection status notification
-
tryoutLog
Notification to be sent to the client when a tryout server log is generated.- Parameters:
message- the server log message
-