@CapabilityDescription(value="Control a WebSocket client instance, so that NiFi can connect with external systems via WebSocket protocol.") public interface WebSocketClientService extends WebSocketService
SSL_CONTEXT| Modifier and Type | Method and Description |
|---|---|
void |
connect(String clientId) |
String |
getTargetUri() |
void |
startClient(org.apache.nifi.controller.ConfigurationContext context) |
void |
stopClient() |
deregisterProcessor, isProcessorRegistered, registerProcessor, sendMessagevoid startClient(org.apache.nifi.controller.ConfigurationContext context)
throws Exception
Exceptionvoid connect(String clientId) throws IOException
IOExceptionString getTargetUri()
Copyright © 2021 Apache NiFi Project. All rights reserved.