@Singleton public class JcrObservation extends Object
Constructor and Description |
---|
JcrObservation() |
Modifier and Type | Method and Description |
---|---|
void |
register(Consumer<Stream<javax.jcr.observation.Event>> consumer,
String workspace)
Deprecated.
since 6.2.9. Replaced by
register(java.util.function.Consumer, info.magnolia.ui.datasource.jcr.JcrDatasourceDefinition) but not meant to be accessed outside of this package. |
void |
unregister(Consumer<Stream<javax.jcr.observation.Event>> consumer,
String workspace)
Deprecated.
since 6.2.9. Replaced by
unregister(java.util.function.Consumer, info.magnolia.ui.datasource.jcr.JcrDatasourceDefinition) but not meant to be accessed outside of this package. |
@Deprecated public void register(Consumer<Stream<javax.jcr.observation.Event>> consumer, String workspace)
register(java.util.function.Consumer, info.magnolia.ui.datasource.jcr.JcrDatasourceDefinition)
but not meant to be accessed outside of this package.@Deprecated public void unregister(Consumer<Stream<javax.jcr.observation.Event>> consumer, String workspace)
unregister(java.util.function.Consumer, info.magnolia.ui.datasource.jcr.JcrDatasourceDefinition)
but not meant to be accessed outside of this package.Copyright © 2021 Magnolia International Ltd.. All rights reserved.