Class AbstractWebSocketService

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.websocket.AbstractWebSocketService
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.controller.ControllerService, WebSocketService

public abstract class AbstractWebSocketService extends org.apache.nifi.controller.AbstractControllerService implements WebSocketService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final WebSocketMessageRouters
     

    Fields inherited from interface org.apache.nifi.websocket.WebSocketService

    SSL_CONTEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 class org.apache.nifi.controller.AbstractControllerService

    abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabled

    Methods inherited from class org.apache.nifi.components.AbstractConfigurableComponent

    customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    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