Interface WebSocketService

All Superinterfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.controller.ControllerService
All Known Subinterfaces:
WebSocketClientService, WebSocketServerService
All Known Implementing Classes:
AbstractWebSocketService

public interface WebSocketService extends org.apache.nifi.controller.ControllerService
Control an embedded WebSocket service instance.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.nifi.components.PropertyDescriptor
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from interface org.apache.nifi.components.ConfigurableComponent

    getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate

    Methods inherited from interface org.apache.nifi.controller.ControllerService

    initialize, isStateful, migrateProperties