public class ProjectionHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectionHandler.Builder |
| Constructor and Description |
|---|
ProjectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType() |
List<Function> |
getFunctions() |
URI |
getFunctionUri() |
String |
getIdField() |
static ProjectionHandler.Builder |
handler(String eventType) |
static ProjectionHandler |
handler(String eventType,
Function... functions) |
static ProjectionHandler.Builder |
newHandler(String eventType,
Function... functions) |
public static ProjectionHandler.Builder handler(String eventType)
public static ProjectionHandler handler(String eventType, Function... functions)
public static ProjectionHandler.Builder newHandler(String eventType, Function... functions)
public String getEventType()
public URI getFunctionUri()
public String getIdField()
Copyright © 2019. All rights reserved.