-
Notifications
You must be signed in to change notification settings - Fork 11
Builtin components
Ignacio del Valle Alles edited this page Feb 4, 2016
·
5 revisions
The framework provides a series of builtin HTTP and Websocket descriptive services. All of them having an id starting with rpc.*
.
Additional information can be found at http://demo.rpc.brutusin.org/rpc/repo
org.brutusin:rpc-repo
gives the developer useful information about the services deployed, and facilitates human testing, resulting in better project maintainability and eager problem detection.
The framework defines a SPI for pluggable embedded server runtimes.
Currently, org.brutusin:rpc-tomcat
is the reference implementation, based on Tomcat 8.
- Home
- Getting started
- Services
- HTTP services
- Messaging topics
- Spring
- Documenting
- Referencing source code
- Builtin components
- Configuration
- Deployment
- Client APIs
- Security
- Developer notes
- Architecture
- Examples