Interface OpenContext
-
- All Known Implementing Classes:
DefaultOpenContext
,WithConfigurationOpenContext
@Public public interface OpenContext
TheOpenContext
interface provides necessary information required by theRichFunction
when it is opened. TheOpenContext
is currently empty because it can be used to add more methods without affecting the signature ofRichFunction#open
.