|
Rename Method public getRegistry(type Class<?>, name String) : EventLog<T> renamed to public getEventLog(type Class<?>, name String) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Rename Method package register() : boolean renamed to public open() : boolean in class io.atomix.rest.impl.EventLog |
From |
To |
|
Rename Method public getOrCreateRegistry(type Class<?>, name String) : EventLog<T> renamed to public removeEventLog(type Class<?>, name String) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Rename Method public deleteRegistry(type Class<?>, name String) : void renamed to public getOrCreateEventLog(type Class<?>, name String, listenerFactory Function<EventLog<L,E>,L>) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Change Return Type EventLog<T> to EventLog<L,E> in method public removeEventLog(type Class<?>, name String) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Change Return Type void to EventLog<L,E> in method public getOrCreateEventLog(type Class<?>, name String, listenerFactory Function<EventLog<L,E>,L>) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Change Return Type EventLog<T> to EventLog<L,E> in method public getEventLog(type Class<?>, name String) : EventLog<L,E> in class io.atomix.rest.impl.EventManager |
From |
To |
|
Change Variable Type eventLog : EventLog<String> to eventLog : EventLog<Consumer<String>,String> in method public subscribe(subject String, eventService ClusterEventService, events EventManager, response AsyncResponse) : void in class io.atomix.rest.impl.EventsResource |
From |
To |
|
Change Variable Type eventLog : EventLog<String> to eventLog : EventLog<Consumer<String>,String> in method public testEventLog() : void in class io.atomix.rest.impl.EventLogTest |
From |
To |
|
Change Variable Type eventLog : EventLog<String> to eventLog : EventLog<Consumer<String>,String> in method public delete(subject String, eventService ClusterEventService, events EventManager) : Response in class io.atomix.rest.impl.EventsResource |
From |
To |
|
Change Variable Type eventLog : EventLog<String> to eventLog : EventLog<Consumer<String>,String> in method public next(subject String, eventService ClusterEventService, events EventManager, response AsyncResponse) : void in class io.atomix.rest.impl.EventsResource |
From |
To |