ConfigurePipeline

case class ConfigurePipeline(maxContentLength: Int, addLoggingHandler: Boolean)
Value parameters:
addLoggingHandler

Should a LoggingHandler be used.

maxContentLength

The max content length passed to the HttpObjectAggregator handler.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product