Last active
December 29, 2016 04:42
-
-
Save ronenhamias/dc7a4c4c3e720e573fb947e394dacd10 to your computer and use it in GitHub Desktop.
ScaleCube - dispatchers - ServiceCall example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ServiceCall service = microservices.dispatcher().create(); | |
| // call the service. | |
| CompletableFuture<Message> future = service.invoke( | |
| ServiceCall.request("my_service_name", "greetings").build()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment