public interface WebSocketService
extends org.apache.nifi.controller.ControllerService
| Modifier and Type | Field and Description |
|---|---|
static org.apache.nifi.components.PropertyDescriptor |
SSL_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterProcessor(String endpointId,
org.apache.nifi.processor.Processor processor) |
boolean |
isProcessorRegistered(String endpointId,
org.apache.nifi.processor.Processor processor) |
void |
registerProcessor(String endpointId,
org.apache.nifi.processor.Processor processor) |
void |
sendMessage(String endpointId,
String sessionId,
SendMessage sendMessage) |
void registerProcessor(String endpointId, org.apache.nifi.processor.Processor processor) throws WebSocketConfigurationException
WebSocketConfigurationExceptionboolean isProcessorRegistered(String endpointId, org.apache.nifi.processor.Processor processor)
void deregisterProcessor(String endpointId, org.apache.nifi.processor.Processor processor) throws WebSocketConfigurationException
WebSocketConfigurationExceptionvoid sendMessage(String endpointId, String sessionId, SendMessage sendMessage) throws IOException, WebSocketConfigurationException
Copyright © 2022 Apache NiFi Project. All rights reserved.