Package org.apache.nifi.groups
Interface StatelessGroupNodeFactory
public interface StatelessGroupNodeFactory
-
Method Summary
Modifier and TypeMethodDescriptionCreates a Stateless Group Node for the given ProcessGroup
-
Method Details
-
createStatelessGroupNode
Creates a Stateless Group Node for the given ProcessGroup- Parameters:
group- the ProcessGroup- Returns:
- a Stateless Group Node that can be used to run the flow using the Stateless Engine
-