com.paypal.cascade.http

server

package server

Visibility
  1. Public
  2. All

Type Members

  1. class SprayConfiguration extends AnyRef

    This class provides configuration information for a spray service

  2. case class StatusResponse(status: String, serviceName: String, dependencies: List[String], gitInfo: Map[String, String]) extends Product with Serializable

    Container for the information generated by a status endpoint request

    Container for the information generated by a status endpoint request

    status

    the status

    serviceName

    the name

    dependencies

    the dependencies used

    gitInfo

    the repo info for this build

Value Members

  1. object SprayConfiguration

  2. object StatusResponse extends LoggingSugar with Serializable

  3. package exception

Ungrouped