pjfanning commented on code in PR #1096:
URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1479511004
##########
actor-typed/src/main/scala/org/apache/pekko/actor/typed/Props.scala:
##########
@@ -81,6 +81,13 @@ abstract class Props private[pekko] () extends Product with
Serializable {
*/
def withDispatcherFromConfig(path: String): Props =
DispatcherFromConfig(path, this)
+ /**
+ * Prepend a selection of the mailbox found at the given Config path to this
Props.
+ * The path is relative to the configuration root of the [[ActorSystem]]
that looks up the
+ * mailbox.
Review Comment:
can you add `@since 1.1.0` on new API methods?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]