PekkoConfiguration

com.netflix.atlas.pekko.PekkoConfiguration
@Configuration

Configures the actor system and web server. This module expects that bindings are available for com.typesafe.config.Config and com.netflix.spectator.api.Registry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

@Bean
def actorService(system: ActorSystem, registry: Optional[Registry], factory: ClassFactory): ActorService
@Bean
def actorSystem(service: ActorSystemService): ActorSystem
@Bean
def actorSystemService(config: Optional[Config]): ActorSystemService
@Bean
def materializer(service: MaterializerService): Materializer
@Bean
def materializerService(system: ActorSystem): MaterializerService
@Bean
def webServer(factory: ClassFactory, registry: Optional[Registry], system: ActorSystem, materializer: Materializer): WebServer