public static class ProjectionDefinition.SingleProjectionBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ProjectionDefinition.SingleProjectionBuilder |
addHandler(ProjectionHandler handler) |
ProjectionDefinition.SingleProjectionBuilder |
addHandler(String eventType,
Function... functions) |
ProjectionDefinition |
build() |
ProjectionDefinition.SingleProjectionBuilder |
feed(String feedName) |
ProjectionDefinition.SingleProjectionBuilder |
withIdField(String idField) |
public ProjectionDefinition.SingleProjectionBuilder feed(String feedName)
public ProjectionDefinition.SingleProjectionBuilder addHandler(ProjectionHandler handler)
public ProjectionDefinition.SingleProjectionBuilder addHandler(String eventType, Function... functions)
public ProjectionDefinition.SingleProjectionBuilder withIdField(String idField)
public ProjectionDefinition build()
Copyright © 2019. All rights reserved.