public static class ExecutionContext.ApplicationData extends Object
ExecutionContext
.
The application data format is key-value pairs of
String
s.
This application data is provided by the client initiating the execution, it is then transported as is over the wire and is available for the provider-side service implementations on the server. This extra data is completely opaque for the infrastructure, in other words it is a contract between the client and the service implementation only.
Constructor and Description |
---|
ExecutionContext.ApplicationData()
Default constructor.
|
ExecutionContext.ApplicationData(Map<String,String> data)
Constructor.
|
public ExecutionContext.ApplicationData()
public ExecutionContext.ApplicationData(Map<String,String> data)
data
- NullPointerException
- if data
is
null
Copyright © 2016. All Rights Reserved.