Package akka.javasdk.client
Interface ComponentStreamMethodRef<R>
- Type Parameters:
R
- The type of value returned by executing the call
@DoNotInherit
public interface ComponentStreamMethodRef<R>
Zero argument component call representation, not executed until stream is materialized. Cannot be
deferred.
Not for user extension or instantiation, returned by the SDK component client
-
Method Summary
-
Method Details
-
source
akka.stream.javadsl.Source<R,akka.NotUsed> source()
-