Merge pull request #18265 from ktoso/wip-event-adapters-split-ktoso
+per #18137 EventAdapter => can be Read / Write or both
This commit is contained in:
commit
7679b7e63f
6 changed files with 100 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ public class PersistenceEventAdapterDocTest {
|
|||
@SuppressWarnings("unused")
|
||||
static
|
||||
//#identity-event-adapter
|
||||
class MyEventAdapter extends EventAdapter {
|
||||
class MyEventAdapter implements EventAdapter {
|
||||
@Override
|
||||
public String manifest(Object event) {
|
||||
return ""; // if no manifest needed, return ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue