T
- Type of the Stateful EntityCT
- Type of the Request Contextpublic interface Finder<T,CT>
Modifier and Type | Method and Description |
---|---|
T |
find(Class<T> clazz,
Object id,
String event,
CT context) |
T |
find(Class<T> clazz,
String event,
CT context)
This find method is invoked when no Id can be determined from the input from the EndpointBinder.
|
Copyright © 2016. All rights reserved.