ManagementRouteProviderSettings

org.apache.pekko.management.scaladsl.ManagementRouteProviderSettings
See theManagementRouteProviderSettings companion object

Settings object used to pass through information about the environment the routes will be running in, from the component starting the actual HTTP server, to the ManagementRouteProvider

Attributes

Companion
object
Source
ManagementRouteProviderSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

The "self" base Uri which points to the root of the HTTP server running the route provided by the Provider. Can be used to introduce some self-awareness and/or links to "self" in the routes created by the Provider.

The "self" base Uri which points to the root of the HTTP server running the route provided by the Provider. Can be used to introduce some self-awareness and/or links to "self" in the routes created by the Provider.

Attributes

Source
ManagementRouteProviderSettings.scala

The async authenticator to be used for management routes.

The async authenticator to be used for management routes.

Attributes

Source
ManagementRouteProviderSettings.scala

The HTTPS context that should be used when binding the management HTTP server.

The HTTPS context that should be used when binding the management HTTP server.

Refer to the Pekko HTTP documentation for details about configuring HTTPS for it.

Attributes

Source
ManagementRouteProviderSettings.scala

Should only readOnly routes be provided. It is up to each provider to define what readOnly means.

Should only readOnly routes be provided. It is up to each provider to define what readOnly means.

Attributes

Source
ManagementRouteProviderSettings.scala