@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(java.lang.String clientId) |
java.lang.String |
getTargetUri() |
void |
startClient(ConfigurationContext context) |
void |
stopClient() |
deregisterProcessor, isProcessorRegistered, registerProcessor, sendMessage
initialize
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
void startClient(ConfigurationContext context) throws java.lang.Exception
java.lang.Exception
void stopClient() throws java.lang.Exception
java.lang.Exception
void connect(java.lang.String clientId) throws java.io.IOException
java.io.IOException
java.lang.String getTargetUri()