Go to documentation repository
Page History
The gRPC protocol (https://grpc.io/) protocol is used to support the transport layer between the Axxon Next services.
The gRPC API allows to simplify the large-scale systems configuration.
...
The proto-files contain some strict syntax that defines the interaction interface for the various program modules interaction.
Note | ||
---|---|---|
| ||
To obtain the get Axxon Next proto-files and their use-cases, contact the technical support service. |
You can call the gRPC API methods using a POST request the HTTPS or HTTP request (see gRPC API method calls) or through direct gRPC requests requests (see Working with Axxon Next via direct gRPC requests).
Note | ||
---|---|---|
| ||
To call the methods using the HTTPS or HTTP request, you should use the SSL certificate (see Configuring the web server) or disable the SSL verification on the side of the message sender. |