Packages

o

it.unibo.osmos.redux.multiplayer.common

ActorSystemConfigFactory

object ActorSystemConfigFactory

Factory to create and load the actor's configs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorSystemConfigFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def create(address: String, port: String): Config

    Creates and returns a config with the specified address and port.

    Creates and returns a config with the specified address and port.

    address

    The user object that contains declared port

    returns

    The default config with custom port and address.

  2. def create(): Config

    Creates and returns a default config.

    Creates and returns a default config.

    returns

    The default config.

  3. def load(): Config

    Loads and returns the config declared in the default.conf file in the resources.

    Loads and returns the config declared in the default.conf file in the resources.

    returns

    The config.