Packages

package blaze

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BlazeServerBuilder[F[_]] extends ServerBuilder[F] with BlazeBackendBuilder[Server[F]]

    BlazeBuilder is the component for the builder pattern aggregating different components to finally serve requests.

    BlazeBuilder is the component for the builder pattern aggregating different components to finally serve requests.

    Variables:

  2. class BlazeBuilder[F[_]] extends ServerBuilder[F]

    BlazeBuilder is the component for the builder pattern aggregating different components to finally serve requests.

    BlazeBuilder is the component for the builder pattern aggregating different components to finally serve requests.

    Variables:

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0-M2) Use BlazeServerBuilder instead

Value Members

  1. object BlazeServerBuilder

Deprecated Value Members

  1. object BlazeBuilder
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.0-RC1) Use BlazeServerBuilder instead

Ungrouped