Package org.apache.nifi.toolkit.client
Interface SnippetClient
- All Known Implementing Classes:
JerseySnippetClient
public interface SnippetClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateSnippet(SnippetEntity snippet) Creates the given snippet on the NiFi serverupdateSnippet(SnippetEntity snippet)
-
Method Details
-
createSnippet
Creates the given snippet on the NiFi server- Parameters:
snippet- the snippet to create- Returns:
- the created entity
- Throws:
NiFiClientExceptionIOException
-
updateSnippet
- Throws:
NiFiClientExceptionIOException
-