public static class ServerRuntime.Builder extends Object
| Constructor and Description |
|---|
ServerRuntime.Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerRuntime |
build(Stage<RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
ProcessingProviders processingProviders)
Create new server-side request processing runtime.
|
public ServerRuntime build(Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders)
processingRoot - application request processing root stage.eventListener - application event listener registered for this runtime.processingProviders - application processing providers.Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.