PutWebSocket 2.0.0

Bundle
org.apache.nifi | nifi-websocket-processors-nar
Description
Sends messages to a WebSocket remote endpoint using a WebSocket session that is established by either ListenWebSocket or ConnectWebSocket.
Tags
WebSocket, publish, send
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
System Resource Considerations
Resource Description
MEMORY An instance of this component can cause high usage of this system resource. Multiple instances or high concurrency settings may result a degradation of performance.
Relationships
Name Description
success FlowFiles that are sent successfully to the destination are transferred to this relationship.
failure FlowFiles that failed to send to the destination are transferred to this relationship.
Writes Attributes
Name Description
websocket.controller.service.id WebSocket Controller Service id.
websocket.session.id Established WebSocket session id.
websocket.endpoint.id WebSocket endpoint id.
websocket.message.type TEXT or BINARY.
websocket.local.address WebSocket server address.
websocket.remote.address WebSocket client address.
websocket.failure.detail Detail of the failure.