| Class | Description |
|---|---|
| ExampleEurekaClient |
Sample Eureka client that discovers the example service using Eureka and sends requests.
|
| ExampleEurekaGovernatedService |
Sample Eureka service that registers with Eureka to receive and process requests, using EurekaModule.
|
| ExampleEurekaService |
Sample Eureka service that registers with Eureka to receive and process requests.
|
| ExampleServiceBase |
An example service (that can be initialized in a variety of ways) that registers with eureka
and listens for REST calls on port 8001.
|