- All Known Subinterfaces:
GenericStreamlet<I,,O> RecordOutlet,Streamlet<I,O>
- All Known Implementing Classes:
AbstractRecordOutlet,AbstractRecordStreamlet,AbstractStreamlet,DownlinkRecord,DownlinkStreamlet,ListDownlinkRecord,MapDownlinkRecord,RecordModel,RecordScope,RecordStreamlet,ValueDownlinkRecord
public interface StreamletScope<O>
-
Method Summary
Modifier and TypeMethodDescriptionReturns anOutletthat updates when the specifiedkeyupdates.Returns the environment in which thisStreamletScopeoperates.StreamletScope<? extends O>Returns the lexically scoped parent of thisStreamletScope.
-
Method Details
-
streamletScope
StreamletScope<? extends O> streamletScope()Returns the lexically scoped parent of thisStreamletScope. Returnsnullif thisStreamletScopehas no lexical parent. -
streamletContext
StreamletContext streamletContext()Returns the environment in which thisStreamletScopeoperates. -
outlet
Returns anOutletthat updates when the specifiedkeyupdates.
-