Skip to content

Instantly share code, notes, and snippets.

@akgupta
Created January 31, 2020 23:26
Show Gist options
  • Save akgupta/638ebaa2bcb98636f27f5dca554ac53b to your computer and use it in GitHub Desktop.
Save akgupta/638ebaa2bcb98636f27f5dca554ac53b to your computer and use it in GitHub Desktop.
String connectionIdentifier = UUID.randomUUID().toString();
_actorSystem.actorOf(
ClientConnection.getProps(
connectionIdentifier, eventSourceActor, _actorSystem.getScheduler()
),
connectionIdentifier
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment