Package org.apache.nifi.websocket
Interface WebSocketServerService
- All Superinterfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.controller.ControllerService,WebSocketService
@CapabilityDescription("Control an embedded WebSocket server instance, so that external system can connect this NiFi via WebSocket protocol.")
public interface WebSocketServerService
extends WebSocketService
Control an embedded WebSocket server instance.
-
Field Summary
Fields inherited from interface org.apache.nifi.websocket.WebSocketService
SSL_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionvoidstartServer(org.apache.nifi.controller.ConfigurationContext context) voidMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migratePropertiesMethods inherited from interface org.apache.nifi.websocket.WebSocketService
deregisterProcessor, isProcessorRegistered, registerProcessor, sendMessage