Predefined Resource Classes
The following predefined resource classes are also provided for easy inclusion into your microservice:
- {@link oaj.microservice.resources.ConfigResource}
- View and modify the external INI config file.
- {@link oaj.microservice.resources.DirectoryResource}
- View and modify file system directories.
- {@link oaj.microservice.resources.LogsResource}
- View and control generated log files.
- {@link oaj.microservice.resources.SampleRootResource}
- A sample root resource class to get started from.
- {@link oaj.microservice.resources.ShutdownResource}
- Shutdown and/or restart the JVM.