Interface EmbeddedServer
- All Known Subinterfaces:
EmbeddedJaxrsServer<T>
public interface EmbeddedServer
An embedded server for serving Jakarta REST endpoints.
- Since:
- 6.1
- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionReturns the deployment being used for the server.voidstart(SeBootstrap.Configuration configuration) Starts the server synchronously.voidstop()Stops the server.
-
Method Details
-
start
Starts the server synchronously.- Parameters:
configuration- the configuration used to configure the server
-
stop
void stop()Stops the server. -
getDeployment
ResteasyDeployment getDeployment()Returns the deployment being used for the server.- Returns:
- the deployment
-