nvollmar commented on code in PR #1137: URL: https://github.com/apache/incubator-pekko/pull/1137#discussion_r1500487825
########## remote/src/main/scala/org/apache/pekko/remote/FailureDetector.scala: ########## @@ -40,6 +40,16 @@ trait FailureDetector { } +trait FailureDetectorWithAddress { + + /** + * Address of observed host will be set after detector creation. + */ + def address_=(addr: String): Unit Review Comment: updated it to make it more java friendly -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org