In
com.github.rssh.appcontext.AppContext.In
Async access to application context in effect F.
val asyncAppContext = AppContext.In[Durable]()
val service = asyncAppContext[EmailService] // returns Durable[EmailService]
Type parameters
- F
-
- effect type
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article