*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface ProcessNodeInterface


@SASScope("ALL") @BinaryCompatibilityOnly public interface ProcessNodeInterface
Interface to process messages that have been propagated within a runtime process flow.

Usage

This interface must be implemented by all process node "plug-in" user code. The combination of one or more process nodes constitute a process flow.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Set inputMessages, Map attributes, ProcessNodeHandlerInterface handler)
    Process nodes handle events by providing execution logic and propagating output to downstream nodes when appropriate.
  • Method Details