Interface ComponentStreamMethodRef1<A1,R>

Type Parameters:
A1 - the argument type of the call
R - The type of value returned by executing the call

public interface ComponentStreamMethodRef1<A1,R>
One 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

    Modifier and Type
    Method
    Description
    akka.stream.javadsl.Source<R,akka.NotUsed>
    source(A1 arg)
     
  • Method Details

    • source

      akka.stream.javadsl.Source<R,akka.NotUsed> source(A1 arg)